Remove mui-file-input dependency
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-05-20 21:42:05 +02:00
parent 3c636406af
commit 479cc1fa0f
5 changed files with 592 additions and 1193 deletions

View File

@ -11,7 +11,7 @@ steps:
path: /tmp/web_build
commands:
- cd virtweb_frontend
- npm install --legacy-peer-deps # TODO : remove when mui-file-input is updated
- npm install
- npm run lint
- npm run build
- mv dist /tmp/web_build