summaryrefslogtreecommitdiff
path: root/web-timeplot/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'web-timeplot/package.json')
-rw-r--r--web-timeplot/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-timeplot/package.json b/web-timeplot/package.json
index 8028292..65694ba 100644
--- a/web-timeplot/package.json
+++ b/web-timeplot/package.json
@@ -4,7 +4,7 @@
"description": "PixiJS waterfall display with WebGPU/WebGL",
"type": "module",
"scripts": {
- "dev": "vite",
+ "dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},