view bin/collector @ 2062:d991f7c3485a

WIP rough porting of coffee to ts
author drewp@bigasterisk.com
date Mon, 16 May 2022 01:33:49 -0700
parents bfee787d7b5c
children cce16500f747
line wrap: on
line source

#!/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