【发布时间】:2021-09-13 05:27:52
【问题描述】:
{
"collection": "@nestjs/schematics",
"sourceRoot": "src"
}
{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": ["mail/templates/**/*"], // ???? or "**/*.hbs" all files ending with .hbs
"watchAssets": true // ???? copy assets in watch mode
}
}
【问题讨论】: