From e2bfcb1bd27f77e181dffd9add02bdb4d545e0f6 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Tue, 21 Feb 2023 12:05:21 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3c176c823..750b022009 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "nx": "nx", "start": "nx start", "serve": "nx serve remix-ide --configuration=development", - "hot": "nx serve remix-ide --configuration=hot", + "serve:hot": "nx serve remix-ide --configuration=hot", "build": "nx build", "test": "nx test", "lint": "nx lint",