Skip to content

Commit 83e63aa

Browse files
Update note
Co-authored-by: Micael Levi L. Cavalcante <mllc@icomp.ufam.edu.br>
1 parent 4ad985c commit 83e63aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/application/application.schema.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export interface ApplicationOptions {
22
/**
33
* Nest application name.
44
*/
5+
// NOTE: We could have a `number` here due to this issue: https://github.com/nestjs/nest-cli/issues/1519
56
name: string | number;
67
/**
78
* Nest application author.

0 commit comments

Comments
 (0)