feat: add cloudflare deployment config

This commit is contained in:
2026-08-18 11:57:51 +07:00
parent e6304bca2e
commit ce394bdddf
4 changed files with 284 additions and 2 deletions
+4 -2
View File
@@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview"
"preview": "vite preview",
"deploy": "pnpm build && wrangler pages deploy"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
@@ -31,6 +32,7 @@
"oxlint": "^1.75.0",
"tailwindcss": "^4.3.3",
"typescript": "~6.0.2",
"vite": "^8.2.0"
"vite": "^8.2.0",
"wrangler": "^4.123.0"
}
}