|
@@ -208,7 +208,7 @@ startPcUi() {
|
|
fi
|
|
fi
|
|
echo -e "$echoPrefix cd $codePath/wms-modules/wms-ui-config-center $echoSuffix"
|
|
echo -e "$echoPrefix cd $codePath/wms-modules/wms-ui-config-center $echoSuffix"
|
|
cd "$codePath/wms-modules/wms-ui-config-center"
|
|
cd "$codePath/wms-modules/wms-ui-config-center"
|
|
- echo -e "$echoPrefix nohup yarn run dev >>/dev/null 2>&1 & $echoSuffix"
|
|
|
|
|
|
+ echo -e "$echoPrefix nohup yarn run dev3 >>/dev/null 2>&1 & $echoSuffix"
|
|
nohup yarn run dev >>/dev/null 2>&1 &
|
|
nohup yarn run dev >>/dev/null 2>&1 &
|
|
}
|
|
}
|
|
|
|
|