Mercurial > code > home > repos > light9
view bin/effectSequencer @ 2209:449dfd8a0f40
fold effect/fader config into one file while i work on schemas
author | drewp@bigasterisk.com |
---|---|
date | Mon, 22 May 2023 13:54:05 -0700 |
parents | cce16500f747 |
children | 62b832e9aac5 |
line wrap: on
line source
#!/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