Env
Path:
codemode-gateway/src/types/env.tsRelative: src/types/env.tsSubproject: codemode-gatewayCategory: codemode-gatewayLines: 57Bytes: 2,396Imports: 0Exports: 1
Content Preview
- /**
- * Worker environment bindings for codemode-gateway.
- *
- * `LOADER` is the `worker_loaders` binding used by `DynamicWorkerExecutor` to
- * provision isolated sandbox Workers. `GATEWAY_TOKEN` is the bearer secret that
- * gates `POST /execute` (provisioned via `wrangler secret put GATEWAY_TOKEN`).
- *
- * Defined explicitly (rather than via `wrangler types`) so the contract is
- * deterministic and does not depend on wrangler's handling of the closed-beta
- * `worker_loaders` binding shape.
- */
- exp