2025-09-26 12:20:02 +08:00
|
|
|
{
|
|
|
|
|
"entryFile": "src/index.ts",
|
|
|
|
|
"noImplicitAdditionalProperties": "throw-on-extras",
|
2025-09-26 15:50:37 +08:00
|
|
|
"controllerPathGlobs": ["src/controllers/**/*Controller.ts", "src/types/**/*.ts"],
|
2025-09-26 12:20:02 +08:00
|
|
|
"spec": {
|
|
|
|
|
"outputDirectory": "build",
|
|
|
|
|
"specVersion": 3,
|
|
|
|
|
"name": "Egret App Server",
|
|
|
|
|
"description": "Egret App Server API Documentation",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"basePath": "/",
|
|
|
|
|
"schemes": ["http", "https"],
|
|
|
|
|
"host": "localhost:3005"
|
|
|
|
|
},
|
|
|
|
|
"routes": {
|
2025-09-26 15:50:37 +08:00
|
|
|
"routesDir": "src/routes",
|
|
|
|
|
"authenticationModule": "src/middleware/auth.ts"
|
2025-09-26 12:20:02 +08:00
|
|
|
}
|
|
|
|
|
}
|