node bindings

beta.r3js.org
Theunis J. Botha 2016-04-26 18:52:58 +02:00
parent 166f444ea5
commit 2ce056707c
1 changed files with 5 additions and 0 deletions

View File

@ -4,3 +4,8 @@ var serverConfiguration = {
"port" : 3101
}
};
if (typeof module !== 'undefined') {
module.exports.gamewheelServerConfiguration = serverConfiguration;
}