Mercurial > code > home > repos > light9
annotate bin/effectSequencer @ 2292:0a11698fecc4
look who just read https://lit.dev/docs/components/properties/#boolean-attributes
author | drewp@bigasterisk.com |
---|---|
date | Mon, 29 May 2023 23:37:08 -0700 |
parents | 62b832e9aac5 |
children |
rev | line source |
---|---|
2094 | 1 #!/bin/sh |
2149 | 2 pnpm exec vite -c light9/effect/sequencer/web/vite.config.ts & |
2287
62b832e9aac5
use zmq pubsub between clients and collector
drewp@bigasterisk.com
parents:
2149
diff
changeset
|
3 pdm run uvicorn light9.effect.sequencer.service:app --host 0.0.0.0 --port 8213 --no-access-log |
2094 | 4 wait |
1373 | 5 |