Init
This commit is contained in:
11
backend/nest-cli.json
Normal file
11
backend/nest-cli.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user