From efac58b0912ef2f6d750270173621c36da60c4c7 Mon Sep 17 00:00:00 2001 From: jiri Date: Mon, 15 Jun 2026 11:08:34 +0000 Subject: [PATCH] Update scripts/new-nodejs-ts-app.sh --- scripts/new-nodejs-ts-app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/new-nodejs-ts-app.sh b/scripts/new-nodejs-ts-app.sh index de1c70e..448bed4 100755 --- a/scripts/new-nodejs-ts-app.sh +++ b/scripts/new-nodejs-ts-app.sh @@ -12,6 +12,7 @@ if [ -z "$APP_ID" ]; then fi APP_DIR="$WORKSPACE_DIR/$APP_ID" +TARGET_DIR="$APP_DIR" TOOLS_DIR="$WORKSPACE_DIR/appfactory-tools" mkdir -p "$APP_DIR/src"