Exposing preview to network

This commit is contained in:
Eric van der Vlist 2023-02-05 15:25:32 +01:00
parent 789e8b6067
commit 038e1fb9de
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},