Merge branch 'main' into bun

This commit is contained in:
Kainoa Kanter
2024-01-03 17:13:57 -08:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

4
backend/start.sh Normal file → Executable file
View File

@@ -1 +1,3 @@
uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*'
#!/usr/bin/env bash
uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*'