mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-23 04:03:00 -05:00
Add note on [[runtimes]] TOML table in docs (#861)
* Note on pyconfig. Fixes #859 * spell * grammar * mor grammar * goes to go
This commit is contained in:
@@ -161,6 +161,7 @@ The `<py-config>` tag can be used as follows:
|
|||||||
lang = "python"
|
lang = "python"
|
||||||
</py-config>
|
</py-config>
|
||||||
```
|
```
|
||||||
|
Note: `[[runtimes]]` is a TOML table. Make sure this is the last item within a py-config, as the properties created after it go into the runtimes object.
|
||||||
|
|
||||||
Alternatively, a JSON config can be passed using the `type` attribute.
|
Alternatively, a JSON config can be passed using the `type` attribute.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user