diff --git a/package.json b/package.json index 56ac538..57ea265 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "type": "module", "scripts": { "build": "vite build --mode production --config vite.config.ts", + "dev": "vite build --mode development --config vite.config.ts", "typecheck": "vue-tsc --noEmit" }, "dependencies": {