refactor/significant-changes #3

Merged
mkelvers merged 71 commits from refactor/significant-changes into main 2026-05-14 11:25:25 +00:00
Showing only changes of commit 7dfae428e5 - Show all commits

View File

@@ -1,9 +1,7 @@
#!/bin/sh
set -e
echo "[$(date -Iseconds)] Clearing dist/ directory..."
rm -rf /app/dist/*
echo "[$(date -Iseconds)] dist/ cleared"
echo "[$(date -Iseconds)] Checking dist directory contents:"
ls -la /app/dist/
echo "[$(date -Iseconds)] Starting server..."
exec /app/main_server