mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -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"
|
||||
</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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user