@workerbase/sdk
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -83,2 +83,5 @@ "use strict"; | ||
} | ||
if (process.env.DEBUG && internalHostname) { | ||
console.log('USING INTERNAL HOSTNAME', process.env.WB_ENABLE_INTERNAL_ROUTING, internalHostname); | ||
} | ||
if (process.env.WB_ENABLE_INTERNAL_ROUTING && internalHostname) { | ||
@@ -85,0 +88,0 @@ api.url = 'http://' + internalHostname + ':3000/'; |
{ | ||
"name": "@workerbase/sdk", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
133802
2130
22