Mercurial > code > home > repos > light9
view bin/collector @ 2043:67575505c400
comment out more greplin so services can start
author | drewp@bigasterisk.com |
---|---|
date | Mon, 09 May 2022 23:18:05 -0700 |
parents | 5154f5a23e85 |
children | bfee787d7b5c |
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 wait