aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-14 10:38:27 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-14 10:38:27 +0200
commitc84edee908d40a9cab45b9ae3c5dc899fbb3eb11 (patch)
tree80158d14869b59723d09535558358d62b2612c2b /src/index.js
parentAdd indicator for hibernating services (diff)
downloadferdium-app-c84edee908d40a9cab45b9ae3c5dc899fbb3eb11.tar.gz
ferdium-app-c84edee908d40a9cab45b9ae3c5dc899fbb3eb11.tar.zst
ferdium-app-c84edee908d40a9cab45b9ae3c5dc899fbb3eb11.zip
Add local server to allow serverlesss usage
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index 2ee404c0b..338a8e795 100644
--- a/src/index.js
+++ b/src/index.js
@@ -34,6 +34,9 @@ import { isPositionValid } from './electron/windowUtils';
34import { appId } from './package.json'; // eslint-disable-line import/no-unresolved 34import { appId } from './package.json'; // eslint-disable-line import/no-unresolved
35import './electron/exception'; 35import './electron/exception';
36 36
37// Start internal server
38import './server/start';
39
37import { 40import {
38 DEFAULT_APP_SETTINGS, 41 DEFAULT_APP_SETTINGS,
39 DEFAULT_WINDOW_OPTIONS, 42 DEFAULT_WINDOW_OPTIONS,