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 5eec493 commit 2c6b566Copy full SHA for 2c6b566
justfile
@@ -17,7 +17,7 @@ bench *args:
17
[working-directory('dev')]
18
dev CLEAN="false" XDEBUG="false":
19
{{ if CLEAN == "true" { "rm -rf data" } else { "" } }}
20
- {{ if XDEBUG == "true" { "ENABLE_XDEBUG=true nix run . --impure -- --no-server" } else { "nix run . -- --no-server" } }}
+ {{ if XDEBUG == "true" { "ENABLE_XDEBUG=true nix run . --impure" } else { "nix run" } }}
21
22
# Format source and then check for unfixable issues
23
format:
0 commit comments