mirror of
https://github.com/ArthurDanjou/artdanj-fallback.git
synced 2026-01-29 16:57:47 +01:00
Change yarn preview command
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user