frontend: migration to SvelteKit 2 + Sveltestrap 6

This commit is contained in:
nemunaire 2024-01-09 10:39:08 +01:00
commit 4dedcfc420
43 changed files with 791 additions and 278 deletions

View file

@ -5,7 +5,6 @@ WORKDIR /ui
COPY frontend/fic/ .
RUN npm install --network-timeout=100000 && \
sed -i 's!@popperjs/core/dist/esm/popper!@popperjs/core!' node_modules/sveltestrap/src/*.js node_modules/sveltestrap/src/*.svelte && \
npm run build