We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adaecb commit 0f191daCopy full SHA for 0f191da
forge.config.ts
@@ -43,7 +43,7 @@ const config: ForgeConfig = {
43
} else if (platform === "darwin") {
44
removeNextjsModules(
45
electronModules,
46
- "chisel-editor.app/Contents/Resources/app/node_modules",
+ path.join(extractPath, "resources/app/node_modules"),
47
);
48
} else if (platform === "linux") {
49
0 commit comments