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
console.warn('--exec is deprecated and will be removed.');
21
-
process.argv.splice(1,2);
22
-
require(process.argv[1]);
23
-
return;
24
-
}
25
-
26
19
constminimist=require('minimist');
27
20
28
21
// Do a quick parse to determine if a server or the cli needs to be started
@@ -43,6 +36,12 @@ async function start() {
43
36
return;
44
37
}
45
38
39
+
if(parsedArgs['compatibility']==='1.63'){
40
+
console.warn(`server.sh is being replaced by 'bin/${product.applicationName}'. Please migrate to the new command and adopt the following new default behaviors:`);
41
+
console.warn('* connection token is mandatody unless --without-connection-token is used');
0 commit comments