deathsite/rxconfig.py
2025-04-06 05:46:25 -07:00

6 lines
No EOL
87 B
Python

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