aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 97c0345..12f5d85 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -6,6 +6,7 @@
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
+ "preview-host": "vite preview --host",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},