Files
edr-platform/apps/edr-freight-api/nest-cli.json
2026-05-30 10:27:59 +03:00

11 lines
264 B
JSON

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