mirror of
https://github.com/Nezumi-2711/9router-config-generate.git
synced 2026-09-22 20:00:47 +00:00
feat: add setup script for models
This commit is contained in:
+5
-1
@@ -6,9 +6,11 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"test": "bun test",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"deploy": "vite build && wrangler deploy",
|
||||
"verify": "bun run build && bun run test && bun run lint",
|
||||
"deploy": "bun run verify && wrangler deploy",
|
||||
"preview:cf": "vite build && wrangler dev"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -17,10 +19,12 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.29.7",
|
||||
"@cloudflare/workers-types": "^5.20260815.1",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@rolldown/plugin-babel": "^0.2.3",
|
||||
"@tailwindcss/vite": "^4",
|
||||
"@types/babel__core": "^7.20.5",
|
||||
"@types/bun": "^1.3.14",
|
||||
"@types/node": "^24.13.3",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
|
||||
Reference in New Issue
Block a user