forgot to test before pushing to production award

This commit is contained in:
Nyx 2025-02-24 19:47:43 -06:00
parent 52683f0d88
commit a6b753e15a

2
app.sh
View file

@ -4,7 +4,7 @@ set -eu
main() {
cd site
waitress-serve 'app.app' --port=8041 &
waitress-serve --port=8041 'app.app' &
}
main "$@"