fix(citycorners): replace @const with direct function calls in templates

Svelte 5 restricts {@const} to block contexts only. Use direct
isOpenNow() calls in {#if} conditions instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-25 16:05:37 +01:00
parent 8e3af239b2
commit 3500ac5e23
16 changed files with 46 additions and 6 deletions

View file

@ -57,6 +57,9 @@ RUN pnpm build || true
WORKDIR /app/packages/shared-error-tracking
RUN pnpm build
WORKDIR /app/packages/shared-pwa
RUN pnpm build
# Build the web app
WORKDIR /app/apps/presi/apps/web
RUN pnpm exec svelte-kit sync