19 lines
470 B
JSON
19 lines
470 B
JSON
|
|
{
|
||
|
|
"entryFile": "src/index.ts",
|
||
|
|
"noImplicitAdditionalProperties": "throw-on-extras",
|
||
|
|
"controllerPathGlobs": ["src/controllers/**/*Controller.ts"],
|
||
|
|
"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": {
|
||
|
|
"routesDir": "src/routes"
|
||
|
|
}
|
||
|
|
}
|