diff --git a/lazyDir/package.json b/lazyDir/package.json index 291f851..83d8a0e 100644 --- a/lazyDir/package.json +++ b/lazyDir/package.json @@ -8,7 +8,7 @@ "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --ignore-path .gitignore --fix", "test": "vitest run --coverage", "build": "vue-tsc --noEmit && vite build", - "preview": "vite preview" + "preview": "vite preview --host 0.0.0.0" }, "repository": { "type": "git",