Mercurial > code > home > repos > light9
view bin/ascoltami @ 2333:447f25b2712d
checkpoint show data
author | drewp@bigasterisk.com |
---|---|
date | Fri, 02 Jun 2023 09:59:52 -0700 |
parents | 3d58c1c78f1f |
children | 06bf6dae8e64 |
line wrap: on
line source
#!/bin/zsh pnpm exec vite -c light9/ascoltami/vite.config.ts & pdm run uvicorn light9.ascoltami.main:app --host 0.0.0.0 --port 8206 --no-access-log wait