diff --git a/src/frameworks/remix.json b/src/frameworks/remix.json index b85179e9..6e1f836b 100644 --- a/src/frameworks/remix.json +++ b/src/frameworks/remix.json @@ -8,7 +8,7 @@ "configFiles": ["remix.config.js"] }, "dev": { - "command": "remix watch" + "command": "remix dev" }, "build": { "command": "remix build",