added file manager, upload animation, unsaved config indicator
This commit is contained in:
@@ -8,7 +8,8 @@ const isDevServer = process.env.WEBPACK_SERVE;
|
||||
console.log("Dev server is " + isDevServer);
|
||||
var host;
|
||||
if (isDevServer){
|
||||
host = 'http://10.23.43.24';
|
||||
//ensure no trailing /
|
||||
host = 'http://192.168.1.172';
|
||||
} else {
|
||||
host = '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user