mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
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:
parent
8e3af239b2
commit
3500ac5e23
16 changed files with 46 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue