fix: fix solid-js adapter and exclude spec from build
Some checks failed
Build, Lint & Test Lib / Build, Lint and Test Library (push) Has been cancelled

This commit is contained in:
2025-03-04 02:22:23 +08:00
parent dff1e1f9a6
commit e662d7d123
4 changed files with 86 additions and 72 deletions

View File

@@ -14,6 +14,11 @@ export default defineConfig({
build: false,
distPath: './dist',
},
source: {
entry: {
index: ['src/**/*.ts', '!**/*.spec.ts', '!src/testing/**/*'],
},
},
},
{
format: 'cjs',