Add public event detail page (007-view-event) #14

Merged
nitrix merged 7 commits from 007-view-event into master 2026-03-06 22:57:04 +01:00
Showing only changes of commit fd9175925e - Show all commits

View File

@@ -16,7 +16,7 @@ cd "$CLAUDE_PROJECT_DIR/frontend"
ERRORS="" ERRORS=""
# Type-check # Type-check
if OUTPUT=$(npx vue-tsc --noEmit 2>&1); then if OUTPUT=$(npm run type-check 2>&1); then
: :
else else
ERRORS+="Type-check failed:\n$OUTPUT\n\n" ERRORS+="Type-check failed:\n$OUTPUT\n\n"