1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Moved code that can be shared between Electron and RN app to separate file

This commit is contained in:
Laurent Cozic
2017-11-05 00:49:23 +00:00
parent dbf51382c8
commit cc5bd12ba1
5 changed files with 138 additions and 146 deletions

View File

@@ -1,3 +1,5 @@
// This is the initialization for the Electron RENDERER process
// Make it possible to require("/lib/...") without specifying full path
require('app-module-path').addPath(__dirname);