Updated NPM Scripts to vite

This commit is contained in:
Felix Kaspar
2024-05-10 23:06:49 +02:00
parent 113f87aa3e
commit 52fae8e41b
2 changed files with 6 additions and 4 deletions

View File

@@ -11,9 +11,9 @@
"canvas": "^2.11.2"
},
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c --forceExit",
"start": "node ./dist/bundle.js"
"dev": "vite",
"build": "tsc && vite build",
"start": "node ./dist/index.js"
},
"keywords": [],
"author": "",