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
|
|
@ -56,12 +56,11 @@ build-evdist:
|
|||
|
||||
build-frontend-ui:
|
||||
stage: build
|
||||
image: node:20-alpine3.18
|
||||
image: node:21-alpine
|
||||
before_script:
|
||||
script:
|
||||
- cd frontend/fic
|
||||
- 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
|
||||
|
||||
build-dashboard:
|
||||
|
|
|
|||
Reference in a new issue