website refactor

This commit is contained in:
2026-01-21 18:03:56 +01:00
parent 02987f60c8
commit 69319ce1d4
4 changed files with 51 additions and 43 deletions

View File

@@ -27,6 +27,7 @@ module.exports = {
mustUseDomainError: 'Error types must be DomainError objects, not strings',
noConstructorParams: 'Services must be self-contained. Constructor cannot have parameters. Dependencies should be created inside the constructor.',
mustImplementContract: 'Services must explicitly implement Service<TApiDto, TError> interface',
servicesMustBeMarked: 'Services must be explicitly marked with @Service decorator or similar (placeholder for services-must-be-marked)',
},
},