1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
This commit is contained in:
Rokt33r
2016-05-13 03:17:08 +09:00
parent 18b6d8289f
commit ba4d90765a
3 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ const ipc = electron.ipcRenderer
const path = require('path')
import { syncHistoryWithStore } from 'react-router-redux'
const PRO = process.env.NODE_ENV === 'production'
if (!PRO) require('devtron').install()
const remote = electron.remote
let config = fetchConfig()