Mercurial
diff benchmark/bun-http-framework-benchmark/src/node/adonis/.adonisrc.json @ 186:8cf4ec5e2191 hg-web
Fixed merge conflict.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 22:38:59 -0800 |
| parents | a8976a008a9d |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/benchmark/bun-http-framework-benchmark/src/node/adonis/.adonisrc.json Fri Jan 23 22:38:59 2026 -0800 @@ -0,0 +1,43 @@ +{ + "typescript": false, + "commands": [ + "./commands", + "@adonisjs/core/build/commands/index.js" + ], + "exceptionHandlerNamespace": "App/Exceptions/Handler", + "aliases": { + "App": "app", + "Config": "config", + "Database": "database", + "Contracts": "contracts" + }, + "preloads": [ + "./start/routes", + "./start/kernel" + ], + "providers": [ + "./providers/AppProvider", + "@adonisjs/core" + ], + "metaFiles": [ + { + "pattern": "public/**", + "reloadServer": false + } + ], + "tests": { + "suites": [ + { + "name": "functional", + "files": [ + "tests/functional/**/*.spec(.ts|.js)" + ], + "timeout": 60000 + } + ] + }, + "testProviders": [ + "@japa/preset-adonis/TestsProvider" + ], + "lastCompiledAt": "2023-05-16T17:00:21.006Z" +}