feat: serve app with gunicorn

This commit is contained in:
Christian Krakau-Louis
2026-05-17 16:45:19 +02:00
parent 567159ed29
commit ae8ec413d3
4 changed files with 20 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
from musicround import create_app
app = create_app()