Mercurial > code > home > repos > light9
diff bin/effectSequencer @ 2106:9eb2e7c40765
/fade/ page can now edit values and :Fade :effectClass values in the graph
author | drewp@bigasterisk.com |
---|---|
date | Wed, 01 Jun 2022 12:21:06 -0700 |
parents | ddbd0fca89ff |
children | cce16500f747 |
line wrap: on
line diff
--- a/bin/effectSequencer Wed Jun 01 12:20:11 2022 -0700 +++ b/bin/effectSequencer Wed Jun 01 12:21:06 2022 -0700 @@ -1,5 +1,5 @@ #!/bin/sh pnpx 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 +pdm run uvicorn light9.effect.sequencer.service:app --host 0.0.0.0 --port 8213 --no-access-log --reload wait