feat: build and watch script

This commit is contained in:
2025-05-29 20:13:34 +02:00
parent 0423b3803f
commit 78e84567c7

View File

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