Update scripts/new-nodejs-ts-app.sh
This commit is contained in:
@@ -12,6 +12,7 @@ if [ -z "$APP_ID" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
APP_DIR="$WORKSPACE_DIR/$APP_ID"
|
APP_DIR="$WORKSPACE_DIR/$APP_ID"
|
||||||
|
TOOLS_DIR="$WORKSPACE_DIR/appfactory-tools"
|
||||||
|
|
||||||
mkdir -p "$APP_DIR/src"
|
mkdir -p "$APP_DIR/src"
|
||||||
cd "$APP_DIR"
|
cd "$APP_DIR"
|
||||||
@@ -121,6 +122,8 @@ Node.js TypeScript služba vytvořená přes CSBot Services Portal.
|
|||||||
- GET /health
|
- GET /health
|
||||||
EOF_MD
|
EOF_MD
|
||||||
|
|
||||||
|
cp "$TOOLS_DIR/AGENTS.md" "$TARGET_DIR/AGENTS.md"
|
||||||
|
|
||||||
git init
|
git init
|
||||||
git config user.name "AppFactory Bot"
|
git config user.name "AppFactory Bot"
|
||||||
git config user.email "appfactory@local"
|
git config user.email "appfactory@local"
|
||||||
|
|||||||
Reference in New Issue
Block a user