Merge pull request #19 from Jeff-Emmett/add-runpod-AI-API

fix: add .cfignore to prevent Pages from using wrangler config
This commit is contained in:
Jeff Emmett 2025-11-16 13:30:06 -07:00 committed by GitHub
commit 99ee87b6d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

7
.cfignore Normal file
View File

@ -0,0 +1,7 @@
# Ignore Cloudflare Worker configuration files during Pages deployment
# These are only used for separate Worker deployments
wrangler.toml
wrangler.dev.toml
worker/wrangler.toml
worker/
*.toml