diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index e1caeabed..7809f5da0 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -165,7 +165,7 @@ class PackageJson(SimpleNamespace): class Commands(SimpleNamespace): """The commands to define in package.json.""" - DEV = "next dev" + DEV = "next dev --turbo" EXPORT = "next build" EXPORT_SITEMAP = "next build && next-sitemap" PROD = "next start"