feat: disable watch

This commit is contained in:
2025-05-25 14:53:28 +02:00
parent 2caef38ce6
commit 47209c311c

View File

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build --watch",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},