Assist_Design/apps/bff/nest-cli.json
2025-08-20 18:02:50 +09:00

11 lines
227 B
JSON

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