From 133cee074146057f217b29d9db4b8901a251a50d Mon Sep 17 00:00:00 2001 From: Khamza Khakim Date: Fri, 24 Apr 2026 18:55:06 +0500 Subject: [PATCH] Fix default value for config.aot --- docs/patterns/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/configuration.md b/docs/patterns/configuration.md index d6f560be..e111e2b7 100644 --- a/docs/patterns/configuration.md +++ b/docs/patterns/configuration.md @@ -87,7 +87,7 @@ new Elysia({ ``` Disable Ahead of Time compilation -#### Options - @default `false` +#### Options - @default `true` - `true` - Precompile every route before starting the server