css fixes
This commit is contained in:
@@ -8,7 +8,7 @@ const isDevServer = process.env.WEBPACK_SERVE;
|
||||
console.log("Dev server is " + isDevServer);
|
||||
var host;
|
||||
if (isDevServer){
|
||||
host = 'http://192.168.0.103';
|
||||
host = 'http://192.168.0.105';
|
||||
} else {
|
||||
host = '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user