mirror of
https://gitea.com/PublicAffairs/openai-github-copilot.git
synced 2025-07-22 12:00:37 +02:00
Add wrangler files
https://developers.cloudflare.com/workers/wrangler/ - wrangler deploy - wrangler dev
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,4 @@
|
||||
node_modules/
|
||||
# wrangler project
|
||||
.dev.vars
|
||||
.wrangler/
|
||||
|
10
wrangler.toml
Normal file
10
wrangler.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
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"
|
Reference in New Issue
Block a user