Files @ 5e4321405f54
Branch filter:

Location: light9/bin/ascoltami - annotation

drewp@bigasterisk.com
redo services url structure and homepage config. (pages aren't updated this layout yet)
1
2
3
4
#!/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