module creation

This commit is contained in:
2025-12-15 21:44:06 +01:00
parent b834f88bbd
commit 7c7267da72
88 changed files with 12119 additions and 4241 deletions

View File

@@ -40,6 +40,18 @@
"@gridpilot/analytics/domain/entities/*": [
"../../core/analytics/domain/entities/*"
],
"@gridpilot/core/identity/domain/repositories/*": [
"../../core/identity/domain/repositories/*"
],
"@gridpilot/core/identity/domain/services/*": [
"../../core/identity/domain/services/*"
],
"@gridpilot/core/identity/domain/entities/*": [
"../../core/identity/domain/entities/*"
],
"@gridpilot/core/shared/logging/*": [
"../../core/shared/logging/*"
],
"@nestjs/testing": [
"./node_modules/@nestjs/testing"
]