/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/api/nest-cli.json
35 строк
699 B
Paweł Tymczuk
chore(api-service): remove nestjs swagger plugin when running api app locally (#10811)
21 апр 2026, 16:17
Не верифицирован
21 апр 2026, 16:17
fe111d7
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "typeCheck": true, "deleteOutDir": true, "builder": { "type": "swc", "options": { "extensions": [".js", ".ts", ".jsx", ".tsx"], "stripLeadingPaths": true } }, "assets": [ { "include": ".env", "outDir": "dist" }, { "include": ".env.development", "outDir": "dist" }, { "include": ".env.test", "outDir": "dist" }, { "include": ".env.production", "outDir": "dist" } ], "plugins": [] } }