Skip to content

Commit 7002656

Browse files
committed
added store to main process
SimulatedGREG/electron-vue#745
1 parent 0f67947 commit 7002656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { app, BrowserWindow } from 'electron'
2+
import '../renderer/store'
23

34
/**
45
* Set `__static` path to static files in production
@@ -62,4 +63,4 @@ autoUpdater.on('update-downloaded', () => {
6263
app.on('ready', () => {
6364
if (process.env.NODE_ENV === 'production') autoUpdater.checkForUpdates()
6465
})
65-
*/
66+
*/

0 commit comments

Comments
 (0)