Skip to content

Commit e2bf1bb

Browse files
Fix prettier
1 parent a176599 commit e2bf1bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/query-devtools/tsup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig(
1212
cjs: true,
1313
tsupOptions: (config) => ({
1414
...config,
15-
outDir: 'build'
15+
outDir: 'build',
1616
}),
1717
},
1818
)

0 commit comments

Comments
 (0)