File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 28
28
"generate" : " nest g resource" ,
29
29
"npm-check-updates" : " npx npm-check-updates" ,
30
30
"start:dev" : " nest start --watch" ,
31
- "start:debug" : " nest start --debug --watch" ,
31
+ "start:debug" : " nest start --debug 0.0.0.0 --watch" ,
32
32
"start:prod" : " node dist/main" ,
33
33
"console" : " node dist/src/console"
34
34
},
Original file line number Diff line number Diff line change 882
882
"info" : {
883
883
"title" : " @libertech-fr/mailrest" ,
884
884
"description" : " An email retrieval system with a REST API built with NestJS in NodeJS" ,
885
- "version" : " 0.0.6 " ,
885
+ "version" : " 0.0.14 " ,
886
886
"contact" : {}
887
887
},
888
888
"tags" : [],
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import { AclGuard } from '~/_common/guards/acl.guard'
19
19
import { DtoValidationPipe } from '~/_common/pipes/dto-validation.pipe'
20
20
import { ScheduleModule } from '@nestjs/schedule'
21
21
import { MailerModule , MailerOptions } from '@nestjs-modules/mailer'
22
- import { HandlebarsAdapter } from '@nestjs-modules/mailer/dist/adapters/handlebars.adapter'
23
22
import { AccountsMetadataV1 } from '~/accounts/_dto/account.dto'
24
23
25
24
@Module ( {
You can’t perform that action at this time.
0 commit comments