Skip to content

Commit 3d0d296

Browse files
committed
wsgi added
1 parent a86fc67 commit 3d0d296

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Flask==3.0.3
22
httpx==0.27.0
33
python-dotenv==1.0.1
44
supabase==2.4.5
5+
gunicorn==22.0.0

wsgi.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from app import app
2+
3+
if __name__ == "__main__":
4+
app.run()

0 commit comments

Comments
 (0)