fix: add errors/exceptions folders to DDD non-aggregate list (v0.7.2)

This commit is contained in:
imfozilbek
2025-11-25 00:43:41 +05:00
parent 8dd445995d
commit 3cd97c6197
8 changed files with 3317 additions and 1 deletions

View File

@@ -84,6 +84,8 @@ export const DDD_FOLDER_NAMES = {
FACTORIES: "factories",
PORTS: "ports",
INTERFACES: "interfaces",
ERRORS: "errors",
EXCEPTIONS: "exceptions",
} as const
/**