Skip to content

Commit 97b3a75

Browse files
committed
fix build
1 parent f2e7acf commit 97b3a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/status-network/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig(({ mode }) => {
1616
target: 'es2020',
1717
lib: {
1818
entry: {
19-
'components/index': './src/components/index.tsx',
19+
'components/index': './src/components/index.ts',
2020
'config/index': './src/config/index.ts',
2121
'tailwind.config': './tailwind.config.ts',
2222
'hooks/index': './src/hooks/index.ts',

0 commit comments

Comments
 (0)