We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1092b0e commit ce8098cCopy full SHA for ce8098c
1 file changed
devenv.nix
@@ -89,7 +89,7 @@
89
'';
90
start-dev.exec = ''
91
echo "Starting development server"
92
- ${lib.getExe pkgs.uv} run reflex run
+ ${lib.getExe pkgs.uv} run reflex run --frontend-only
93
94
};
95
0 commit comments