Mercurial > code > home > repos > light9
view bin/collector @ 2037:b731eaad3adf
deprecate light9/web/ - use light9/{service}/ with web/ subdir if needed
author | drewp@bigasterisk.com |
---|---|
date | Sat, 09 Apr 2022 11:52:50 -0700 |
parents | f9faa2ec824f |
children | 5154f5a23e85 |
line wrap: on
line source
#!/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