Juno Functions Build
juno_functions_buildBuild serverless functions in Rust, TypeScript, or JavaScript. Auto-detects language and supports watch mode for automatic rebuilds.
Instructions
Build your serverless functions. Supports Rust, TypeScript, and JavaScript. The CLI auto-detects the language if not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language for building serverless functions | |
| watch | No | Rebuild your functions automatically when source files change | |
| cargoPath | No | Path to the Rust manifest (Cargo.toml) | |
| sourcePath | No | Path to the TypeScript or JavaScript entry file |