feat: add npm dev

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-08-07 01:05:24 -04:00
parent e57c73ab40
commit 7922b304b4
+1
View File
@@ -8,6 +8,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "vite build --mode production --config vite.config.ts", "build": "vite build --mode production --config vite.config.ts",
"dev": "vite build --mode development --config vite.config.ts",
"typecheck": "vue-tsc --noEmit" "typecheck": "vue-tsc --noEmit"
}, },
"dependencies": { "dependencies": {