view 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
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