# HG changeset patch # User drewp@bigasterisk.com # Date 2022-05-25 08:10:57 # Node ID b62c78f3538055cc9621fa67602b67e7f7bcd69c # Parent c57cf4049004feaa36a157798709f9f67f44fda4 bin/live vitejs runner 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" .