feat(creator): overhaul Creator flow, editor duplication, and staging setup #83

Merged
mjasin merged 15 commits from feature/stage3-book-versioning into develop 2026-06-15 17:15:43 +00:00
Showing only changes of commit bb861e469f - Show all commits
+1 -1
View File
@@ -82,7 +82,7 @@ dotnet ef database update --project src/NexusReader.Data --startup-project src/N
# 7. Wait for Web Application to respond
echo "⏳ Waiting for Web Application to start on http://localhost:$WEB_PORT..."
MAX_WEB_ATTEMPTS=20
MAX_WEB_ATTEMPTS=45
web_attempt=0
until curl -s -f "http://localhost:$WEB_PORT" >/dev/null; do
sleep 2