Rename source folders

This commit is contained in:
Roman Jaroš 2023-10-24 20:43:21 +02:00
commit da23b80647
23 changed files with 4 additions and 4 deletions
source/rest

16
source/rest/nest-cli.json Normal file
View file

@ -0,0 +1,16 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"plugins": [
{
"name": "@nestjs/swagger/plugin",
"options": {
"introspectComments": true
}
}
]
}
}