You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If you want to use a NodeJS 3rd party deps in Renderer process (like @electron/remote), it must be declared in dependencies of both package.json (in root and app folders)
33
+
// If you want to use a NodeJS 3rd party deps in Renderer process (like @electron/remote),
34
+
// it must be declared in dependencies of both package.json (in root and app folders)
34
35
// If you want to use remote object in renderer process, please set enableRemoteModule to true in main.ts
0 commit comments