Update meta scripts

This commit is contained in:
Joscha 2025-03-02 17:39:50 +01:00
parent 3109f510fd
commit 972263a9d4
9 changed files with 82 additions and 17 deletions

View file

@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"check": "vue-tsc -b",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},