20 lines
426 B
TOML
20 lines
426 B
TOML
name = "sigil"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2026-04-03"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "SIGIL_KV"
|
|
id = "9943c8873e724b0fb2cf24b4475e5a52"
|
|
|
|
# Dynamic Workers loader binding (open beta)
|
|
# Loads and executes capability code at runtime inside the Gateway Worker,
|
|
# bypassing Worker-to-Worker fetch restrictions (error 1042).
|
|
[[worker_loaders]]
|
|
binding = "LOADER"
|
|
|
|
[ai]
|
|
binding = "AI"
|
|
|
|
[vars]
|
|
SIGIL_ENV = "production"
|