Files
skript-be-v2/nest-cli.json
Fahri Can Seçer 02ecfada63
Some checks failed
CI / build (push) Successful in 1m16s
Deploy Backend / build-and-deploy (push) Failing after 13m4s
main
2026-02-07 00:20:27 +03:00

11 lines
225 B
JSON

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