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 15bfc69 commit e661a4fCopy full SHA for e661a4f
docs/guide/configuration.md
@@ -66,6 +66,7 @@ module.exports = {
66
// [1.0.0-rc.4+] Provide a list of arguments that Electron will be launched with during "electron:serve",
67
// which can be accessed from the main process (src/background.js).
68
// Note that it is ignored when --debug flag is used with "electron:serve", as you must launch Electron yourself
69
+ // Command line args (excluding --debug, --dashboard, and --headless) are passed to Electron as well
70
mainProcessArgs: ['--arg-name', 'arg-value']
71
}
72
0 commit comments