Mercurial
view benchmark/bun-http-framework-benchmark/src/node/adonis/.adonisrc.json @ 204:e5aed6c36672
[Notes] Added icons and updated styling a bit. Probalby usable now.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 15 Feb 2026 11:02:13 -0800 |
| parents | a8976a008a9d |
| children |
line wrap: on
line source
{ "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" }