Mercurial > code > home > repos > light9
annotate 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 |
rev | line source |
---|---|
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
1998
diff
changeset
|
1 #!/bin/sh |
2149 | 2 pnpm exec vite -c light9/collector/web/vite.config.ts & |
2051
bfee787d7b5c
straighten out proxying and nginx+vite mixing
drewp@bigasterisk.com
parents:
2038
diff
changeset
|
3 pdm run uvicorn light9.collector.service:app --host 0.0.0.0 --port 8202 --no-access-log |
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
1998
diff
changeset
|
4 wait |
1541
c1bf296b0a74
collector uses cyclone and gets a web ui showing output attrs
Drew Perttula <drewp@bigasterisk.com>
parents:
1530
diff
changeset
|
5 |