Files @ d678c2757cd4
Branch filter:

Location: light9/bin/collector

drewp@bigasterisk.com
config log() better. note that in chrome, you have to turn on 'verbose' in the console log to see anything :(
1
2
3
4
5
#!/bin/sh
pnpx 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