chore(workspace): add more scopes to conventional commits config

This commit is contained in:
parent 3378cc24be
commit f0a8e07b0e
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -7,7 +7,7 @@
"nuxt": {}, "nuxt": {},
"server/middleware": {}, "server/middleware": {},
"components": {}, "components": {},
"deps": {}, "dependencies": {},
"client-side": {}, "client-side": {},
"config": {}, "config": {},
"workspace": {}, "workspace": {},
@ -15,7 +15,9 @@
"api/utils": {}, "api/utils": {},
"server/utils": {}, "server/utils": {},
"server/plugins": {}, "server/plugins": {},
"ci": {} "ci": {},
"tests/browser": {},
"tests/api": {}
}, },
"types": { "types": {
"refactor": { "refactor": {