From 9e783b506d40382b6e452cc0e5a6ca79ed112778 Mon Sep 17 00:00:00 2001 From: m5r Date: Fri, 8 Jul 2022 22:27:38 +0200 Subject: [PATCH] fix remix.config.js type --- remix.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remix.config.js b/remix.config.js index e4378e7..16632c9 100644 --- a/remix.config.js +++ b/remix.config.js @@ -1,5 +1,5 @@ /** - * @type {import("@remix-run/dev/config").AppConfig} + * @type {import("@remix-run/dev").AppConfig} */ module.exports = { serverBuildTarget: "node-cjs",