Merge remote-tracking branch 'origin/refactor/common' into feat/user-routes

This commit is contained in:
Gabriellvl 2025-04-02 22:58:24 +02:00
commit 073dc8df47
5 changed files with 5 additions and 3 deletions

View file

@ -12,6 +12,7 @@
"format": "prettier --write src/",
"format-check": "prettier --check src/",
"lint": "eslint . --fix",
"pretest:unit": "npm run build",
"test:unit": "vitest --run"
},
"dependencies": {