Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PhieF/CarnetElectron.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2018-10-30 23:57:44 +0300
committerPhie <phie@phie.ovh>2018-10-30 23:57:44 +0300
commit5c5a9a200f3008c597f12e473cc9c0c1be2ff8b5 (patch)
tree1863cf3b073d3723ae38fa6a443765977e18c30f /main.js
parent9efa51889d293c29144fd084f76e715806b88a03 (diff)
sync with webdav
Diffstat (limited to 'main.js')
-rw-r--r--main.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.js b/main.js
index 478b9a8..f12dd6a 100644
--- a/main.js
+++ b/main.js
@@ -208,3 +208,6 @@ exports.sendRequestToServer = function (method, path, data, callback) {
exports.createWindow = createWindow;
var server = require("./server/server");
+
+var sync = new (require("./server/sync/sync")).Sync();
+sync.startSync(); \ No newline at end of file