mirror of
https://gitea.com/PublicAffairs/openai-github-copilot.git
synced 2025-07-23 04:13:03 +02:00
11 lines
330 B
TOML
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"
|