view bin/collector @ 2230:eeb2b3928715

fix 'unlink' button. (event was not well-typed)
author drewp@bigasterisk.com
date Wed, 24 May 2023 12:11:28 -0700
parents cce16500f747
children 3a2e58725037
line wrap: on
line source

#!/bin/sh
pnpm exec vite -c light9/collector/web/vite.config.ts &
pdm run uvicorn light9.collector.service:app --host 0.0.0.0 --port 8202 --no-access-log
wait