Début du projet Traintrape-moi

This commit is contained in:
2024-12-01 12:30:56 +01:00
parent a38027443e
commit aa1da394b9
16 changed files with 9500 additions and 0 deletions

8
server/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
}
}