From 2ce056707c74d3c366405bd2d24bca0c33542cb0 Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Tue, 26 Apr 2016 18:52:58 +0200 Subject: [PATCH] node bindings --- config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.js b/config.js index bb66072..dc4f02c 100644 --- a/config.js +++ b/config.js @@ -4,3 +4,8 @@ var serverConfiguration = { "port" : 3101 } }; + +if (typeof module !== 'undefined') { + module.exports.gamewheelServerConfiguration = serverConfiguration; +} +