diff --git a/bin/attic/effectSequencer b/bin/effectSequencer copy from bin/attic/effectSequencer copy to bin/effectSequencer --- a/bin/attic/effectSequencer +++ b/bin/effectSequencer @@ -1,5 +1,4 @@ #!/bin/zsh -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 +exec pdm run uvicorn light9.effect.sequencer.service:app --port 8213 --no-access-log +