enhance: add wrangler.toml deploy config

This commit is contained in:
Alexa Amundson
2026-03-11 13:10:41 -05:00
parent 85ce7fea95
commit 226d1c37ed

View File

@@ -1,18 +1,13 @@
name = "gitea-ai-platform" name = "gitea-ai-platform"
main = "src/index.ts" main = "src/index.ts"
compatibility_date = "2024-12-01" compatibility_date = "2024-12-01"
workers_dev = true
[vars] [vars]
GITEA_URL = "https://gitea.blackroad.io" GITEA_URL = "https://git.blackroad.io"
[[kv_namespaces]] [[kv_namespaces]]
binding = "DEPLOY_LOG" binding = "DEPLOY_LOG"
id = "e92c0397f4444f88a455629830bc842d" id = "placeholder"
[ai] [ai]
binding = "AI" binding = "AI"
[[routes]]
pattern = "platform.blackroad.io"
custom_domain = true