qa: migration to SvelteKit 2 + Sveltestrap 6

This commit is contained in:
nemunaire 2024-01-09 10:41:30 +01:00
parent 4dedcfc420
commit a043138a63
28 changed files with 806 additions and 259 deletions

View file

@ -5,7 +5,6 @@ WORKDIR /ui
COPY qa/ui/ .
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