refactor: unify moisture handling, update config structure, and add peer dependencies
This commit is contained in:
@@ -10,7 +10,7 @@ console.log("Dev server is " + isDevServer);
|
||||
var host;
|
||||
if (isDevServer) {
|
||||
//ensure no trailing /
|
||||
host = 'http://10.23.44.186';
|
||||
host = 'http://192.168.1.105';
|
||||
} else {
|
||||
host = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user