Init project

This commit is contained in:
Toast 2025-01-19 13:17:44 +01:00
commit 4f743b71f2
16 changed files with 9643 additions and 0 deletions

8
nest-cli.json Normal file
View file

@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}