From ef6f6580df6e8fbce913eecc1fe7e0f8caf1315b Mon Sep 17 00:00:00 2001 From: rejbasket <39080670+rejbasket@users.noreply.github.com> Date: Mon, 22 May 2023 22:33:19 +0200 Subject: Update electron version to v14.2.9 (#2214) Authored-by: rejbasket Co-authored-by: Kaalleen Co-authored-by: Lex Neva --- electron/service/project.config.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 electron/service/project.config.js (limited to 'electron/service/project.config.js') diff --git a/electron/service/project.config.js b/electron/service/project.config.js new file mode 100644 index 00000000..7e7df9c1 --- /dev/null +++ b/electron/service/project.config.js @@ -0,0 +1,16 @@ +'use strict' + +module.exports = { + // orginal was dist + outputDir: 'dist/electron', + + dev: { + publicPath: '/', + port: 8080, + }, + + build: { + // orginal was / + publicPath: './', + }, +} -- cgit v1.2.3