We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e7acf commit 97b3a75Copy full SHA for 97b3a75
packages/status-network/vite.config.ts
@@ -16,7 +16,7 @@ export default defineConfig(({ mode }) => {
16
target: 'es2020',
17
lib: {
18
entry: {
19
- 'components/index': './src/components/index.tsx',
+ 'components/index': './src/components/index.ts',
20
'config/index': './src/config/index.ts',
21
'tailwind.config': './tailwind.config.ts',
22
'hooks/index': './src/hooks/index.ts',
0 commit comments