This commit is contained in:
eric
2025-09-08 12:32:17 +08:00
parent f2ba6a0833
commit 0494590f30
2 changed files with 32 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
"pnpm": ">=9.0.0"
},
"scripts": {
"dev": "vite dev",
"dev": "vite dev --host 0.0.0.0",
"build": "pnpm run typecheck && vite build",
"clean": "find ./dist -maxdepth 1 -mindepth 1 ! -name '.gitkeep' -exec rm -r {} +",
"typecheck": "vue-tsc -p ./tsconfig.tsc.json --noEmit",