Skip to content

Commit

Permalink
reduce changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 20, 2023
1 parent a4ed3cb commit 355ea89
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ export const nitroImports: Preset[] = [
{
from: "#internal/nitro",
imports: [
"cachedEventHandler",
"cachedFunction",
"defineCachedEventHandler",
"defineCachedFunction",
"defineNitroErrorHandler",
"defineCachedEventHandler",
"cachedFunction",
"cachedEventHandler",
"useRuntimeConfig",
"useStorage",
"useNitroApp",
"defineNitroPlugin",
"nitroPlugin",
"defineRenderHandler",
"getRouteRules",
"nitroPlugin",
"useAppConfig",
"useEvent",
"useNitroApp",
"useRuntimeConfig",
"useStorage",
"defineNitroErrorHandler",
],
},
];

0 comments on commit 355ea89

Please sign in to comment.