From 0bbf464b0332782a1bb56b8fbe4c828b231fa5ae Mon Sep 17 00:00:00 2001 From: robertmandory-alt Date: Sat, 18 Oct 2025 12:41:13 +0330 Subject: [PATCH] Add @remix-run/node dependency to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5583455603..f9737e45ad 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,8 @@ "remix-island": "^0.2.0", "remix-utils": "^7.6.0", "shiki": "^1.9.1", - "unist-util-visit": "^5.0.0" + "unist-util-visit": "^5.0.0", + "@remix-run/node": "latest" }, "devDependencies": { "@blitz/eslint-plugin": "0.1.0",