feat: add wrangler for auto deploy

This commit is contained in:
2025-11-15 19:08:51 +07:00
parent e632009118
commit fda6edb345
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
node_modules/
+5
View File
@@ -0,0 +1,5 @@
{
"devDependencies": {
"wrangler": "^4.47.0"
}
}
+3
View File
@@ -0,0 +1,3 @@
name = "cloudflare-proxy"
main = "worker.js"
compatibility_date = "2023-12-07"