main
Some checks failed
CI / build (push) Successful in 1m16s
Deploy Backend / build-and-deploy (push) Failing after 13m4s

This commit is contained in:
2026-02-07 00:20:27 +03:00
commit 02ecfada63
111 changed files with 23359 additions and 0 deletions

10
nest-cli.json Normal file
View File

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