Configure Vercel deployment and preserve deployed theme support

This commit is contained in:
StormRunner06106
2026-09-13 14:56:10 -07:00
parent d52495945b
commit cb8d062481
27 changed files with 610 additions and 60 deletions
+4
View File
@@ -0,0 +1,4 @@
"""Vercel ASGI entrypoint; the React build is served separately by the CDN."""
from backend.main import app
__all__ = ["app"]