Files @ b731eaad3adf
Branch filter:

Location: light9/bin/collector - annotation

drewp@bigasterisk.com
deprecate light9/web/ - use light9/{service}/ with web/ subdir if needed
1
2
3
4
5
#!/bin/sh
pnpx vite -c light9/web/homepage/vite.config.ts &
pdm run uvicorn light9.collector.service:app --host 0.0.0.0 --port 8202
wait