Sam Shalati

Results 3 comments of Sam Shalati

My Swagger.ts file is as follows: ```ts import { SwaggerConfig } from '@ioc:Adonis/Addons/Swagger' export default { uiEnabled : true, // Disable or enable SwaggerUI route. uiUrl : 'docs', // URL...

> It might be an issue with current working directory in heroku. Please try to check such pattern: > > ```ts > apis : [ > '**/*.ts' > ], >...

Hello, I was using the old recommendation which worked fine, however, it was searching too much and Heroku has introduced some folders owned by `root` which throw an error trying...