diff --git a/bin/live b/bin/live new file mode 100755 --- /dev/null +++ b/bin/live @@ -0,0 +1,3 @@ +#!/bin/zsh +pnpx vite -c light9/web/live/vite.config.ts & +wait diff --git a/show/dance2019/networking.n3 b/show/dance2019/networking.n3 --- a/show/dance2019/networking.n3 +++ b/show/dance2019/networking.n3 @@ -19,6 +19,7 @@ sh:netHome :vidref ; :webServer ; :timeline ; + :live ; :collector ; :collectorZmq . @@ -35,3 +36,4 @@ sh:netHome :subServer :urlPath "subServer" . :vidref :urlPath "vidref" . :timeline :urlPath "timeline" . +:live :urlPath "live" .