Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Sep 12, 2024
1 parent 62f0176 commit eaeb7c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/config/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ async function _loadUserConfig(
const framework = configs.overrides?.framework || configs.main?.framework;
return {
typescript: {
generateRuntimeConfigTypes: !framework?.name || framework.name === 'nitro'
generateRuntimeConfigTypes:
!framework?.name || framework.name === "nitro",
},
preset: (
await resolvePreset("" /* auto detect */, {
Expand Down

0 comments on commit eaeb7c2

Please sign in to comment.