Mercurial > code > home > repos > light9
diff bin/collector @ 2038:5154f5a23e85
reworking initial setup; get bin/asco running
author | drewp@bigasterisk.com |
---|---|
date | Mon, 09 May 2022 18:45:04 -0700 |
parents | f9faa2ec824f |
children | bfee787d7b5c |
line wrap: on
line diff
--- a/bin/collector Sat Apr 09 11:52:50 2022 -0700 +++ b/bin/collector Mon May 09 18:45:04 2022 -0700 @@ -1,5 +1,5 @@ #!/bin/sh -pnpx vite -c light9/web/homepage/vite.config.ts & +pnpx vite -c light9/collector/web/vite.config.ts & pdm run uvicorn light9.collector.service:app --host 0.0.0.0 --port 8202 wait