Configuration
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Configuration - scripts.toml
Section titled “Configuration - scripts.toml”In your project root, create a scripts.toml file. A scripts.toml looks like this:
[[script]]user_id = 123sub_id = 456# Available options are `cargo` for Rust and `tinygo` for Gotoolchain = "cargo"# Optional (defaults to the current directory), mostly useful for having multiple scripts in the same project rootdirectory = "my-subfolder"If you have multiple scripts you want to deploy or just want to deploy the same script to multiple content ids, just have multiple [[script]] blocks.