``update Add build status message and server restart log in CMS entrypoint script``

This commit is contained in:
louiscklaw
2025-05-24 06:11:33 +08:00
parent 24c62d940c
commit 2375c144a8

View File

@@ -9,9 +9,13 @@ pnpm i
pnpm run build
echo "build done"
while true; do
pnpm run start
echo "server restarted"
sleep 3
done