chore: remove Cloudflare Pages deployment configuration, wrangler dependency, and associated scripts.

This commit is contained in:
kuekhaoyang
2025-12-24 16:19:19 +08:00
parent 688cea6b14
commit c2f96f8f32
4 changed files with 31 additions and 1141 deletions
+3 -5
View File
@@ -7,8 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "eslint",
"pages:build": "npx @cloudflare/next-on-pages@1",
"deploy": "npm run pages:build && wrangler pages deploy"
"pages:build": "npx @cloudflare/next-on-pages@1"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
@@ -32,7 +31,6 @@
"eslint-config-next": "16.1.1",
"postcss": "^8.5.6",
"tailwindcss": "^4",
"typescript": "^5",
"wrangler": "^3.57.1"
"typescript": "^5"
}
}
}