Mercurial > code > home > repos > light9
annotate bin/effectSequencer @ 2235:f9edd9819b7d
move live/ out of web; it's just a normal (web-only) tool now
author | drewp@bigasterisk.com |
---|---|
date | Wed, 24 May 2023 14:37:11 -0700 |
parents | cce16500f747 |
children | 62b832e9aac5 |
rev | line source |
---|---|
2094 | 1 #!/bin/sh |
2149 | 2 pnpm exec vite -c light9/effect/sequencer/web/vite.config.ts & |
2106
9eb2e7c40765
/fade/ page can now edit values and :Fade :effectClass values in the graph
drewp@bigasterisk.com
parents:
2094
diff
changeset
|
3 pdm run uvicorn light9.effect.sequencer.service:app --host 0.0.0.0 --port 8213 --no-access-log --reload |
2094 | 4 wait |
1373 | 5 |