Skip to content

Commit 4ba1ebd

Browse files
committed
fix: update output directory for mailing templates in nest-cli configuration
1 parent 516942d commit 4ba1ebd

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
@@ -11,7 +11,7 @@
1111
"assets": [
1212
{
1313
"include": "mailing/templates/**/*",
14-
"outDir": "dist",
14+
"outDir": "dist/server/src/",
1515
"exclude": "dist/**/*"
1616
},
1717
"**/assets/**/*"

0 commit comments

Comments
 (0)