hedera-web/env.js

9 lines
138 B
JavaScript
Raw Normal View History

2016-10-30 22:48:18 +00:00
var host = window.location.host.split(':')[0];
if (_DEV_MODE)
host = host +':8080';
__webpack_public_path__ = '//'+ host +'/build/';