Feat: Führt Yarn-Installations- und Build-Schritte in der Entwicklungsumgebung aus

This commit is contained in:
2026-06-10 23:14:56 +02:00
parent 517a7e7195
commit 15e63460b1
2 changed files with 2693 additions and 0 deletions
+3
View File
@@ -93,6 +93,9 @@ if [ -f "$PROJECT_DIR/composer.json" ]; then
echo ""
fi
podman exec "$CTR_PHP" yarn install
podman exec "$CTR_PHP" yarn encore dev
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
echo "Entwicklungsumgebung bereit!"
echo ""
+2690
View File
File diff suppressed because it is too large Load Diff