fix remix.config.js type

This commit is contained in:
m5r 2022-07-08 22:27:38 +02:00
parent 0507ba58b7
commit 9e783b506d

View File

@ -1,5 +1,5 @@
/** /**
* @type {import("@remix-run/dev/config").AppConfig} * @type {import("@remix-run/dev").AppConfig}
*/ */
module.exports = { module.exports = {
serverBuildTarget: "node-cjs", serverBuildTarget: "node-cjs",