Skip to content

Commit b8794db

Browse files
committed
Refactor app.module.ts to enable HandlebarsAdapter in template options
1 parent 1816410 commit b8794db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { MigrationsService } from './migrations.service';
4040
},
4141
template: {
4242
dir: __dirname + '/../templates',
43-
// adapter: new HandlebarsAdapter(),
43+
adapter: new HandlebarsAdapter(),
4444
options: {
4545
strict: true,
4646
},

0 commit comments

Comments
 (0)