Expand description
Shared deployment adapter trait and types for Voce IR.
All deployment adapters (static, Vercel, Cloudflare, Netlify)
implement the Adapter trait to produce platform-specific bundles.
Structs§
- Action
Handler - A server-side action handler derived from an ActionNode.
- Bundle
- A deployment bundle — the files ready to upload/deploy.
- Compiled
Output - The compiled output from the Voce compiler, ready for deployment.
- Deploy
Config - Deployment configuration from
.voce/config.toml. - Deploy
Result - Result of a deployment operation.
- Project
Meta - Project metadata for deployment configuration.
Traits§
- Adapter
- The trait all deployment adapters must implement.
Functions§
- load_
config - Load deployment config from
.voce/config.toml.