improve watch-builder command
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M flake.nix → flake.nix
@@ -33,7 +33,7 @@ gomod2nix.packages.${system}.default gci flyctl (writeShellScriptBin "watch-builder" '' - watchexec -r -w flake.nix --shell fish 'direnv exec . watchexec -w templates -w cmd/build -r go run ./cmd/build' + watchexec -r -w flake.nix --shell fish 'direnv exec . watchexec -i server.go -i public -r go run ./cmd/build' '') (writeShellScriptBin "watch-server" '' watchexec -r -w flake.nix --shell fish 'direnv exec . watchexec -r go run ./server.go'