local core composer

This commit is contained in:
CHIEFSOFT\ameye
2025-09-30 06:46:42 -04:00
parent a0a74d1615
commit fdff4d7d23
6 changed files with 88 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from app import create_app
app = create_app()
if __name__ != "__main__":
# Expose WSGI app instance for Gunicorn
wsgi_app = app