Mercurial > code > home > repos > light9
annotate bin/effectSequencer @ 2120:0745923e912f
2022 music fixes
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 23:21:25 -0700 |
parents | 9eb2e7c40765 |
children | cce16500f747 |
rev | line source |
---|---|
2094 | 1 #!/bin/sh |
2 pnpx 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 |