Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 176:fed99fc04e12 | 186:8cf4ec5e2191 |
|---|---|
| 1 { | |
| 2 "typescript": false, | |
| 3 "commands": [ | |
| 4 "./commands", | |
| 5 "@adonisjs/core/build/commands/index.js" | |
| 6 ], | |
| 7 "exceptionHandlerNamespace": "App/Exceptions/Handler", | |
| 8 "aliases": { | |
| 9 "App": "app", | |
| 10 "Config": "config", | |
| 11 "Database": "database", | |
| 12 "Contracts": "contracts" | |
| 13 }, | |
| 14 "preloads": [ | |
| 15 "./start/routes", | |
| 16 "./start/kernel" | |
| 17 ], | |
| 18 "providers": [ | |
| 19 "./providers/AppProvider", | |
| 20 "@adonisjs/core" | |
| 21 ], | |
| 22 "metaFiles": [ | |
| 23 { | |
| 24 "pattern": "public/**", | |
| 25 "reloadServer": false | |
| 26 } | |
| 27 ], | |
| 28 "tests": { | |
| 29 "suites": [ | |
| 30 { | |
| 31 "name": "functional", | |
| 32 "files": [ | |
| 33 "tests/functional/**/*.spec(.ts|.js)" | |
| 34 ], | |
| 35 "timeout": 60000 | |
| 36 } | |
| 37 ] | |
| 38 }, | |
| 39 "testProviders": [ | |
| 40 "@japa/preset-adonis/TestsProvider" | |
| 41 ], | |
| 42 "lastCompiledAt": "2023-05-16T17:00:21.006Z" | |
| 43 } |