Replies: 2 comments 6 replies
-
Soved by add /** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
ignoredRouteFiles: ["**/.*"],
serverModuleFormat: "cjs",
serverDependenciesToBundle: [
/@webstudio-is\//,
"nanoid",
"@jsep-plugin/assignment",
"title-case",
"change-case",
],
future: {
v2_errorBoundary: true,
v2_headers: true,
v2_meta: true,
v2_normalizeFormMethod: true,
v2_routeConvention: true,
v2_dev: true,
},
}; |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hey, the fix has been released. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get the below error when trying to run my project with the webstudio cli
I have tried using nodejs version 18.0.0 and latest 20.8.0 to no avail.
Beta Was this translation helpful? Give feedback.
All reactions