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", "dev": "vite --port 3333 --open",
"lint": "eslint .", "lint": "eslint .",
"typecheck": "vue-tsc --noEmit", "typecheck": "vue-tsc --noEmit",
"preview": "vite preview" "preview": "vite preview --port 3355 --host"
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^8.5.0", "@vueuse/core": "^8.5.0",