Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jul 19, 2023
1 parent a176599 commit e2bf1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/query-devtools/tsup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig(
cjs: true,
tsupOptions: (config) => ({
...config,
outDir: 'build'
outDir: 'build',
}),
},
)

0 comments on commit e2bf1bb

Please sign in to comment.