Compare commits

..

1 commit

View file

@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host --port 6173",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --fix",