tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
57 stars 40 forks source link

`External Message Support`: Improve example #402

Closed jubnzv closed 1 month ago

jubnzv commented 1 month ago

We have the following example:

{
  "options": {
    "external": true
  }
}

I would write it this way:

{
  "projects": [
    {
      "name": "sample",
      ...
      "options": {
        "external": true
      }
    }
  ]

In order to additionally highlight that's a part of the project configuration. Otherwise we can have questions: https://t.me/tactlang/41482.

novusnota commented 1 month ago

A duplicate of #384 (in some sense, since I was planning to re-write it and fix all the issues), but thanks nonetheless!