Mercurial > code > home > repos > light9
changeset 2381:3a2e58725037
make bin/* match
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 May 2024 19:56:25 -0700 |
parents | 0d88befa5132 |
children | 40d5a54dec99 |
files | bin/ascoltami bin/collector bin/rdfdb |
diffstat | 3 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/ascoltami Sun May 12 19:50:19 2024 -0700 +++ b/bin/ascoltami Sun May 12 19:56:25 2024 -0700 @@ -1,2 +1,2 @@ #!/bin/zsh -pdm run uvicorn light9.ascoltami.main:app --host 0.0.0.0 --port 8206 --no-access-log +exec pdm run uvicorn light9.ascoltami.main:app --port 8206 --no-access-log
--- a/bin/collector Sun May 12 19:50:19 2024 -0700 +++ b/bin/collector Sun May 12 19:56:25 2024 -0700 @@ -1,5 +1,3 @@ -#!/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 +#!/bin/zsh +exec pdm run uvicorn light9.collector.service:app --port 8202 --no-access-log