diff --git a/package.json b/package.json index aea4002..400561e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", - "preview": "vite preview --port 8080" + "preview": "vite preview --port 8080 --host" }, "dependencies": { "@emotion/react": "^11.11.4",