From 3699e60b8e702ba13d2f63c359c2a37a962c67bb Mon Sep 17 00:00:00 2001 From: jiri Date: Mon, 15 Jun 2026 07:53:08 +0000 Subject: [PATCH] Update scripts/new-static-site-app.sh --- scripts/new-static-site-app.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/new-static-site-app.sh b/scripts/new-static-site-app.sh index b65e901..120d3f8 100755 --- a/scripts/new-static-site-app.sh +++ b/scripts/new-static-site-app.sh @@ -12,6 +12,7 @@ if [ -z "$APP_ID" ]; then fi APP_DIR="$WORKSPACE_DIR/$APP_ID" +TOOLS_DIR="$WORKSPACE_DIR/appfactory-tools" mkdir -p "$APP_DIR" cd "$APP_DIR" @@ -76,6 +77,8 @@ cat > README.md <