didn't work sadge

This commit is contained in:
Khaleel Al-Adhami 2025-01-31 15:15:11 -08:00
parent b9b34d33db
commit 12f6f98b79

View File

@ -663,7 +663,7 @@ class Config(Base):
next_compression: bool = True
# Whether to use React strict mode in nextJS
react_strict_mode: bool = False
react_strict_mode: bool = True
# Additional frontend packages to install.
frontend_packages: List[str] = []