Skip to content

Commit 93b73e0

Browse files
committed
feat(api): Add missing nest packages
1 parent c6c1ef3 commit 93b73e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

compiler/api/config.ts

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ export const PACKAGES_PATH: string[] = [
99
// TODO: Delete me
1010
'./nest/packages/core/nest-factory.ts',
1111
'./nest/packages/common/index.ts',
12+
'./nest/packages/microservices/index.ts',
13+
'./nest/packages/platform-express/index.ts',
14+
'./nest/packages/platform-fastify/index.ts',
15+
'./nest/packages/platform-socket.io/index.ts',
16+
'./nest/packages/platform-ws/index.ts',
17+
'./nest/packages/testing/index.ts',
18+
'./nest/packages/websockets/index.ts',
19+
1220
'./terminus/lib/index.ts',
1321
'./passport/lib/index.ts',
1422
'./elasticsearch/lib/index.ts',

0 commit comments

Comments
 (0)