Mercurial > code > home > repos > light9
view bin/effectSequencer @ 2307:45c89eb6dd4c
no cyclone at import time. i can't even install it now
author | drewp@bigasterisk.com |
---|---|
date | Wed, 31 May 2023 02:16:49 -0700 |
parents | 62b832e9aac5 |
children |
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 wait