Skip to content

Commit ab45e47

Browse files
committed
feat(api): Add remaining nest packages
1 parent 7a12d01 commit ab45e47

File tree

6 files changed

+25
-1
lines changed

6 files changed

+25
-1
lines changed

.gitmodules

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "sources/nest"]
22
path = sources/nest
33
url = https://github.com/BrunnerLivio/nest
4-
branch=fix/jsdoc-comments
4+
branch=feature/api-docs
55
[submodule "sources/terminus"]
66
path = sources/terminus
77
url = https://github.com/nestjs/terminus
@@ -18,3 +18,19 @@
1818
path = sources/cqrs
1919
url = https://github.com/BrunnerLivio/cqrs.git
2020
branch = feature/api-docs
21+
[submodule "sources/jwt"]
22+
path = sources/jwt
23+
url = https://github.com/BrunnerLivio/jwt.git
24+
branch = feature/api-docs
25+
[submodule "sources/mongoose"]
26+
path = sources/mongoose
27+
url = https://github.com/BrunnerLivio/mongoose.git
28+
branch = feature/api-docs
29+
[submodule "sources/ng-universal"]
30+
path = sources/ng-universal
31+
url = https://github.com/BrunnerLivio/ng-universal.git
32+
branch = feature/api-docs
33+
[submodule "sources/graphql"]
34+
path = sources/graphql
35+
url = https://github.com/BrunnerLivio/graphql.git
36+
branch = feature/api-docs

compiler/api/config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ export const PACKAGES_PATH: string[] = [
1111
'./passport/lib/index.ts',
1212
'./elasticsearch/lib/index.ts',
1313
'./cqrs/src/index.ts',
14+
'./jwt/lib/index.ts',
15+
'./graphql/lib/index.ts',
16+
'./mongoose/lib/index.ts',
17+
'./ng-universal/lib/index.ts',
1418
];

sources/graphql

Submodule graphql added at d3a8b73

sources/jwt

Submodule jwt added at eb4ac86

sources/mongoose

Submodule mongoose added at 9033bf9

sources/ng-universal

Submodule ng-universal added at ef8838a

0 commit comments

Comments
 (0)