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
electron: {build: [{// Main-Process entry file of the Electron App.entry: 'electron/main.ts',},{onstart(options){// Notify the Renderer-Process to reload the page when the Preload-Scripts build is complete,// instead of restarting the entire Electron App.options.reload()},entry: 'electron/preload.ts',},],outDir: 'test',renderer: {},},
When i set outDir it does not affect
What should i do ?
The text was updated successfully, but these errors were encountered:
When i set outDir it does not affect
What should i do ?
The text was updated successfully, but these errors were encountered: