Mercurial > code > home > repos > light9
view bin/collector @ 2123:c4427fd59306
port some of ascoltami into lit
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 23:24:09 -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