frontend: migration to SvelteKit 2 + Sveltestrap 6
This commit is contained in:
parent
fe786e8b93
commit
4dedcfc420
43 changed files with 791 additions and 278 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue