Files @ f9edd9819b7d
Branch filter:

Location: light9/bin/effectSequencer

drewp@bigasterisk.com
move live/ out of web; it's just a normal (web-only) tool now
1
2
3
4
5
#!/bin/sh
pnpm exec vite -c light9/effect/sequencer/web/vite.config.ts &
pdm run uvicorn light9.effect.sequencer.service:app --host 0.0.0.0 --port 8213 --no-access-log --reload
wait