Environment Variables
The uzumibi CLI does not define custom environment variables for project generation.
Generated projects may read platform-specific or build-specific variables. The Cloudflare Wasm build recognizes:
| Variable | Purpose |
|---|---|
UZUMIBI_HTTP_MAX_BYTES | One-build override for the maximum encoded HTTP request size |
CARGO_TARGET_DIR | Standard Cargo target-directory override |
For a persistent HTTP-size setting, edit uzumibi.httpMaxBytes in the generated package.json. The precedence is:
--http-max-bytespassed toscripts/build-wasm.mjsUZUMIBI_HTTP_MAX_BYTESpackage.json- the built-in default of 65536