Change yarn preview command

This commit is contained in:
2022-05-30 22:44:45 +02:00
parent d2b1343f66
commit b97fa13c1f

View File

@@ -5,7 +5,7 @@
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview"
"preview": "vite preview --port 3355 --host"
},
"dependencies": {
"@vueuse/core": "^8.5.0",