Files
hoppscotch/packages/hoppscotch-backend/nest-cli.json
2024-04-29 12:05:07 +05:30

10 lines
244 B
JSON

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