changeset 2082:b62c78f35380

bin/live vitejs runner
author drewp@bigasterisk.com
date Wed, 25 May 2022 01:10:57 -0700
parents c57cf4049004
children ad7ab7027907
files bin/live show/dance2019/networking.n3
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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
--- 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           <http://localhost:8212/>;
   :webServer        <http://localhost:8200/>;
   :timeline         <http://localhost:8216/>;
+  :live             <http://localhost:8217/>;
   
   :collector        <http://localhost:8202/>;
   :collectorZmq     <http://localhost:8203/> .
@@ -35,3 +36,4 @@
 :subServer        :urlPath "subServer" .
 :vidref           :urlPath "vidref" .
 :timeline         :urlPath "timeline" .
+:live             :urlPath "live" .