Merge branch 'dev' into feat/themes-languages

This commit is contained in:
Gabriellvl 2025-02-27 10:14:29 +01:00 committed by GitHub
commit 564c1fc857
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 793 additions and 12067 deletions

View file

@ -8,6 +8,7 @@
"build": "npm run build --ws",
"format": "npm run format --ws",
"format-check": "npm run format-check --ws",
"generate-docs": "python3 -m venv .venv && source .venv/bin/activate && pip install -r docs/requirements.txt && python docs/architecture/schema.py",
"lint": "npm run lint --ws",
"test:unit": "npm run test:unit --ws"
},
@ -37,5 +38,6 @@
},
"dependencies": {
"@types/js-yaml": "^4.0.9"
"vue-i18n": "^10.0.5"
}
}