Skip to content

Commit e661a4f

Browse files
committed
docs(configuration): args in electron:serve are passed to electron
1 parent 15bfc69 commit e661a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guide/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ module.exports = {
6666
// [1.0.0-rc.4+] Provide a list of arguments that Electron will be launched with during "electron:serve",
6767
// which can be accessed from the main process (src/background.js).
6868
// 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
6970
mainProcessArgs: ['--arg-name', 'arg-value']
7071
}
7172
}

0 commit comments

Comments
 (0)