Mercurial > code > home > repos > light9
view bin/effectSequencer @ 2296:6529768a96a2
stronger types
author | drewp@bigasterisk.com |
---|---|
date | Tue, 30 May 2023 01:01:53 -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