Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 1bddb31

Browse files
committed
Move Desktop to Apps
1 parent 5764199 commit 1bddb31

18 files changed

+5
-7
lines changed
File renamed without changes.
File renamed without changes.

packages/lightning-desktop/main.development.js renamed to apps/desktop/main.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import cp from 'child_process'
99
import ps from 'ps-node'
1010
import fileLog from 'electron-log'
1111
import os from 'os'
12-
import lnd from './lnd'
12+
import lnd from './rpc-server'
1313

1414
global.connection = lnd.connection
1515
global.serverReady = lnd.serverReady
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"package": "cross-env NODE_ENV=production node -r babel-register -r babel-polyfill package.js",
1212
"package-all": "npm run package -- --all",
1313
"start": "node startup-message.js && concurrently --kill-others \"npm run start-electron\" \"npm run start-webpack\" -n \"electron,webpack\" -p name",
14-
"start-electron": "cross-env HOT=1 NODE_ENV=development electron -r babel-register ./main.development",
14+
"start-electron": "cross-env HOT=1 NODE_ENV=development electron -r babel-register ./main.dev",
1515
"start-webpack": "cross-env NODE_ENV=development node -r babel-register dev-server.js",
1616
"install-grpc": "cd node_modules/grpc && git submodule update --init && npm run electron-build -- --target=1.4.6"
1717
},

0 commit comments

Comments
 (0)