Skip to content

Commit 4ca09bc

Browse files
ci: apply automated fixes
1 parent e919a9d commit 4ca09bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/devtools-a11y/vite.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ const config = defineConfig({
1919
export default mergeConfig(
2020
config,
2121
tanstackViteConfig({
22-
entry: ['./src/core/index.ts', './src/react/index.ts', './src/solid/index.ts'],
22+
entry: [
23+
'./src/core/index.ts',
24+
'./src/react/index.ts',
25+
'./src/solid/index.ts',
26+
],
2327
srcDir: './src',
2428
cjs: false,
2529
}),

0 commit comments

Comments
 (0)