From d289e5c0d0b526c62d442cf5e101b3a6788f8c33 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Thu, 14 Jul 2022 13:45:54 -0400 Subject: [PATCH] chore: updated Remix dev command --- src/frameworks/remix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",