adding parts to be able to build and deploy the project

This commit is contained in:
2025-12-13 16:19:33 +03:30
parent 69cb78ab92
commit aaa623fa3f
10 changed files with 16 additions and 10 deletions

View File

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