更新 package.json

12
This commit is contained in:
2025-06-17 19:41:44 +08:00
parent 2cf2728ab1
commit 67eaf754ed

View File

@ -5,7 +5,7 @@
"description": "React TypeScript on Replit, using Vite bundler", "description": "React TypeScript on Replit, using Vite bundler",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "tsc && vite build", "build": "vite build",
"preview": "vite preview" "preview": "vite preview"
}, },
"keywords": [], "keywords": [],