mirror of
https://github.com/remnawave/backend.git
synced 2026-05-14 04:46:49 +00:00
- Update ecosystem configuration for scheduler and jobs - Adjust tsconfig and nest-cli paths for new module structure
31 lines
No EOL
707 B
JSON
31 lines
No EOL
707 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"tsConfigPath": "tsconfig.json"
|
|
},
|
|
"projects": {
|
|
"app": {
|
|
"type": "application",
|
|
"sourceRoot": "src",
|
|
"entryFile": "main"
|
|
},
|
|
"processors": {
|
|
"type": "application",
|
|
"sourceRoot": "src/bin/processors",
|
|
"entryFile": "processors"
|
|
},
|
|
"scheduler": {
|
|
"type": "application",
|
|
"sourceRoot": "src/bin/scheduler",
|
|
"entryFile": "scheduler"
|
|
},
|
|
"gen-doc": {
|
|
"type": "application",
|
|
"sourceRoot": "src/bin/gen-doc",
|
|
"entryFile": "gen-doc"
|
|
}
|
|
}
|
|
} |