Include wrangler.toml in repository for CI/CD deployments

- Removed wrangler.toml from .gitignore
- Added wrangler.toml to repo (safe - no secrets)
- Database ID is not sensitive, protected by Cloudflare auth
- Fixes CI/CD deployment failures
This commit is contained in:
2025-11-07 23:15:18 +01:00
parent 9bc4c4d40e
commit 2bc6359b73
2 changed files with 35 additions and 1 deletions

1
.gitignore vendored
View File

@@ -11,4 +11,3 @@ data/
.wrangler/
.dev.vars
wrangler.toml.backup
wrangler.toml