orep for prod

This commit is contained in:
death916 2025-06-06 01:15:16 -07:00
parent b6ce850055
commit c6225e4689

View file

@ -3,4 +3,6 @@ import reflex as rx
config = rx.Config(
app_name="deathsite",
tailwind=None,
)
frontend_port=3010,
backend_port=8005,
)