You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.log(`${global.config.name}::serving app from http://localhost:${server.port}/${server.entry.replace('/','')}`);
244
247
});
245
248
}else{
246
-
returnlogger.warn(`${global.config.name}::server config not found [example](https://github.com/vandeurenglenn/backed-cli/config/backed.json)`);
249
+
returnlogger.warn(`${global.config.name}::server config not found [example](https://raw.githubusercontent.com/VandeurenGlenn/backed-cli/master/config/backed.json)`);
247
250
}
248
251
}
249
252
@@ -263,6 +266,12 @@ class Server {
263
266
root+=`\\${path}`;
264
267
returnroot;
265
268
}
269
+
270
+
handleOldOptions(options){
271
+
if(options.path||options.elementLocation){
272
+
logger.warn(`${options.path ? 'server.path' : 'server.elementLocation'} is no longer supported, [visit](https://github.com/vandeurenglenn/backed-cli#serve) to learn more'`);
0 commit comments