Mercurial > code > home > repos > light9
view bin/collector @ 2328:d050b8efda9d
fix bug with uninitialized effect ,and prefer a dead effect over a graph reload
author | drewp@bigasterisk.com |
---|---|
date | Thu, 01 Jun 2023 18:42:36 -0700 |
parents | cce16500f747 |
children | 3a2e58725037 |
line wrap: on
line source
#!/bin/sh pnpm exec 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