Skip to content

Commit 2dbefff

Browse files
committed
fix: update asset include pattern for Handlebars templates in nest-cli.json
1 parent bd4c742 commit 2dbefff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/nest-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"assets": [
1212
{
13-
"include": "mailing/templates/**/*",
13+
"include": "mailing/templates/**/*.hbs",
1414
"outDir": "dist/server/src/",
1515
"exclude": "dist/**/*"
1616
},

0 commit comments

Comments
 (0)