From 70026569c67b2699aef24840a3235e051a4c41bf Mon Sep 17 00:00:00 2001 From: Wenish Date: Mon, 12 Nov 2018 23:43:54 +0100 Subject: [PATCH] added store to main process https://github.com/SimulatedGREG/electron-vue/pull/745 --- src/main/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 3dc53fe..18c33fb 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -1,4 +1,5 @@ import { app, BrowserWindow } from 'electron' +import '../renderer/store' /** * Set `__static` path to static files in production @@ -62,4 +63,4 @@ autoUpdater.on('update-downloaded', () => { app.on('ready', () => { if (process.env.NODE_ENV === 'production') autoUpdater.checkForUpdates() }) - */ + */ \ No newline at end of file