diff --git a/package.json b/package.json index 8a532c2..9d82d92 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "vite", "dev": "vite", "build": "vite build", - "serve": "vite preview", + "serve": "vite preview --host", "test": "vitest", "postinstall": "node ./fix-jest-dom.mjs" },