Mercurial > code > home > repos > light9
diff bin/ascoltami @ 2310:3d58c1c78f1f
port ascoltami from cyclone to starlette
author | drewp@bigasterisk.com |
---|---|
date | Wed, 31 May 2023 13:12:06 -0700 |
parents | 8cab6a80215a |
children | 06bf6dae8e64 |
line wrap: on
line diff
--- a/bin/ascoltami Wed May 31 02:22:57 2023 -0700 +++ b/bin/ascoltami Wed May 31 13:12:06 2023 -0700 @@ -1,4 +1,4 @@ #!/bin/zsh pnpm exec vite -c light9/ascoltami/vite.config.ts & -pdm run python light9/ascoltami/main.py +pdm run uvicorn light9.ascoltami.main:app --host 0.0.0.0 --port 8206 --no-access-log wait