BE/nest-cli.json

15 lines
304 B
JSON
Raw Permalink Normal View History

2025-02-24 10:32:41 +05:30
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
2025-08-12 15:27:32 +05:30
"deleteOutDir": true,
"assets": [
{
"include": "../public/**/**",
"outDir": "dist/public"
}
],
"watchAssets": true
2025-02-24 10:32:41 +05:30
}
2025-08-12 15:27:32 +05:30
}