# HG changeset patch # User drewp@bigasterisk.com # Date 1653466257 25200 # Node ID b62c78f3538055cc9621fa67602b67e7f7bcd69c # Parent c57cf4049004feaa36a157798709f9f67f44fda4 bin/live vitejs runner diff -r c57cf4049004 -r b62c78f35380 bin/live --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/live Wed May 25 01:10:57 2022 -0700 @@ -0,0 +1,3 @@ +#!/bin/zsh +pnpx vite -c light9/web/live/vite.config.ts & +wait diff -r c57cf4049004 -r b62c78f35380 show/dance2019/networking.n3 --- a/show/dance2019/networking.n3 Wed May 25 00:06:00 2022 -0700 +++ b/show/dance2019/networking.n3 Wed May 25 01:10:57 2022 -0700 @@ -19,6 +19,7 @@ :vidref ; :webServer ; :timeline ; + :live ; :collector ; :collectorZmq . @@ -35,3 +36,4 @@ :subServer :urlPath "subServer" . :vidref :urlPath "vidref" . :timeline :urlPath "timeline" . +:live :urlPath "live" .