Files
openai-github-copilot/wrangler.toml
2024-03-09 21:32:54 +01:00

11 lines
330 B
TOML

name = "copilot"
main = "src/worker.mjs"
compatibility_date = "2024-01-17"
no_bundle = true
# Bind a KV Namespace. Use KV as persistent storage for small key-value pairs.
# Docs: https://developers.cloudflare.com/workers/runtime-apis/kv
# [[kv_namespaces]]
# binding = "MY_KV_NAMESPACE"
# id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"