Files
web-crm.mcmed.ru/backend/nest-cli.json
Viktoria Polyakova 4fb101c5db Init
2026-01-25 08:57:38 +00:00

12 lines
364 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
{ "include": "Mailing/system-mailing/templates/**/*.html", "outDir": "./dist", "watchAssets": true },
{ "include": "modules/**/templates/**", "outDir": "./dist", "watchAssets": true }
]
}
}