Changeset - b62c78f35380
[Not reviewed]
default
0 1 1
drewp@bigasterisk.com - 3 years ago 2022-05-25 08:10:57
drewp@bigasterisk.com
bin/live vitejs runner
2 files changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/live
Show inline comments
 
new file 100755
 
#!/bin/zsh
 
pnpx vite -c light9/web/live/vite.config.ts &
 
wait
show/dance2019/networking.n3
Show inline comments
 
@@ -19,6 +19,7 @@ sh:netHome
 
  :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 @@ sh:netHome
 
:subServer        :urlPath "subServer" .
 
:vidref           :urlPath "vidref" .
 
:timeline         :urlPath "timeline" .
 
:live             :urlPath "live" .
0 comments (0 inline, 0 general)