File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ new Elysia({
6161 aot: true
6262})
6363```
64+ Disable Ahead of Time compilation
65+
66+ #### Options - @default ` false `
67+
68+ - ` true ` - Precompile every route before starting the server
69+
70+ - ` false ` - Disable JIT entirely. Faster startup time without cost of performance
6471
6572## detail
6673
@@ -79,14 +86,6 @@ new Elysia({
7986})
8087```
8188
82- Disable Ahead of Time compilation
83-
84- #### Options - @default ` false `
85-
86- - ` true ` - Precompile every route before starting the server
87-
88- - ` false ` - Disable JIT entirely. Faster startup time without cost of performance
89-
9089## name
9190
9291Define a name of an instance which is used for debugging and [ Plugin Deduplication] ( /essential/plugin.html#plugin-deduplication )
You can’t perform that action at this time.
0 commit comments