Mercurial > code > home > repos > light9
view bin/effectSequencer @ 2130:90f99b3f2b18
items() was broken; needs more typechecking or tests
author | drewp@bigasterisk.com |
---|---|
date | Sun, 05 Jun 2022 01:40:17 +0000 |
parents | 9eb2e7c40765 |
children | cce16500f747 |
line wrap: on
line source
#!/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 --reload wait