Skip to content
Snippets Groups Projects
Commit 710ad98d authored by Lukáš Kratochvíl's avatar Lukáš Kratochvíl
Browse files

feat: using Nest CLI to generate API schemas

parent 17a42d04
No related branches found
No related tags found
No related merge requests found
{ {
"$schema": "https://json.schemastore.org/nest-cli", "$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics", "collection": "@nestjs/schematics",
"sourceRoot": "src" "sourceRoot": "src",
"compilerOptions": {
"plugins": ["@nestjs/swagger"]
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment