Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 7, 2023
1 parent f4c5f31 commit 379c9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/analyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default defineCommand({
nuxt.options.nitro.output?.dir || join(nuxt.options.rootDir, '.output')

nuxt.options.build.analyze = defu(nuxt.options.build.analyze, {
filename: join(analyzeDir, 'client.html')
filename: join(analyzeDir, 'client.html'),
})

await clearDir(analyzeDir)
Expand Down

0 comments on commit 379c9a3

Please sign in to comment.