summaryrefslogtreecommitdiff
path: root/web-timeplot/package.json
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2025-11-25 21:22:17 -0500
committergrothedev <grothedev@gmail.com>2025-11-25 21:22:17 -0500
commit43420f2987b76aa7ede0012e1998ba8d61419bc9 (patch)
treebbb7214c9105fbfeca4ba82056cdfc6fb107b5c2 /web-timeplot/package.json
parent2c1b37a5b0c4962b405a85768b9b8cdd5c4f1097 (diff)
pushing claude changes before i take another route
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"
},