This commit is contained in:
eric
2025-08-28 19:53:27 +08:00
parent f6dc0091f7
commit bd23a91a58
3 changed files with 11 additions and 5 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",