fix default import

This commit is contained in:
2023-04-27 22:52:53 +02:00
parent 86cdb6d5da
commit 0ac151f42c
5 changed files with 25 additions and 24 deletions

View File

@@ -5,7 +5,6 @@ RUN npm install -g pnpm@8
COPY . .
RUN pnpm install --frozen-lockfile
# WORKDIR /tmp/packages/frontend
# RUN pnpm exec svelte-kit sync
RUN pnpm run build