diff --git a/nuxt/dev.nix b/nuxt/dev.nix index 75ce123..1d1b7b7 100644 --- a/nuxt/dev.nix +++ b/nuxt/dev.nix @@ -30,7 +30,7 @@ enable = true; previews = { web = { - command = ["sh" "-c" "PM_INSTALL && npm" "run" "dev" "--" "--port" "$PORT" "--hostname" "0.0.0.0"]; + command = ["sh" "-c" "PM_INSTALL && npm run dev -- --port $PORT --hostname 0.0.0.0"]; manager = "web"; }; };