From 17cc5943ae59146adf5cf57bd8b5b073938fc05f Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Thu, 21 Mar 2024 21:49:24 +1100 Subject: [PATCH] fix env error --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e85b7dc6..7e9c1f93 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "@sentry/vite-plugin": "^2.16.0", "@types/color": "^3.0.6", "@types/dompurify": "^3.0.5", + "@types/node": "^20.11.30", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "@types/sortablejs": "^1.15.7",