This commit is contained in:
root
2025-09-24 14:35:20 +00:00
parent a7f4ea7fea
commit 74a43a6c89
+1 -1
View File
@@ -18,7 +18,7 @@ FRONT_PID=$!
# Optional: Kopiere Build-Dateien für Backend /public (nur für statisches Testen) # Optional: Kopiere Build-Dateien für Backend /public (nur für statisches Testen)
npm run build npm run build
cp -r dist ../backend/public #cp -r dist ../backend/public
cd .. cd ..