Mercurial > code > home > repos > light9
view bin/effectSequencer @ 2095:ce8b66e68cd5
type fixes
author | drewp@bigasterisk.com |
---|---|
date | Tue, 31 May 2022 00:12:51 -0700 |
parents | ddbd0fca89ff |
children | 9eb2e7c40765 |
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 wait