deathsite/rxconfig.py
2025-06-06 01:15:16 -07:00

8 lines
135 B
Python

import reflex as rx
config = rx.Config(
app_name="deathsite",
tailwind=None,
frontend_port=3010,
backend_port=8005,
)