Files
listify/listify-api/nest-cli.json
Bastian Wagner 4c9ecb0b6b verifizierung
2026-06-09 14:01:38 +02:00

18 lines
369 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"webpack": true,
"webpackConfigPath": "webpack.config.js",
"assets": [
{
"include": "mail/templates/**/*",
"outDir": "dist"
}
],
"watchAssets": true
}
}