|
|
@ -20,4 +20,4 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
echo "👷 Running code serve-web in the background..."
|
|
|
|
echo "👷 Running code serve-web in the background..."
|
|
|
|
echo "Check logs at ${LOG_PATH}!"
|
|
|
|
echo "Check logs at ${LOG_PATH}!"
|
|
|
|
code serve-web --port ${PORT} --without-connection-token --accept-server-license-terms >${LOG_PATH} 2>&1 &
|
|
|
|
${INSTALL_DIR}/bin/code serve-web --port ${PORT} --without-connection-token --accept-server-license-terms >${LOG_PATH} 2>&1 &
|
|
|
|