Skip to content

Commit

Permalink
feat: enable async context by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 13, 2024
1 parent a45a10a commit f7e1c46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/config/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ export const NitroDefaults: NitroConfig = {
},

// Features
experimental: {},
experimental: {
asyncContext: true,
},
future: {},
storage: {},
devStorage: {},
Expand Down

0 comments on commit f7e1c46

Please sign in to comment.