버그 수정

This commit is contained in:
2025-04-22 20:19:17 +09:00
parent 5b719b6766
commit 0306ebc890
15 changed files with 72 additions and 43 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"cleanup": "pkill -f esbuild || true",
"dev": "npm run cleanup && vite --host 0.0.0.0 --port 5173",
"build": "vite build",
"preview": "vite preview"
},