Skip to content

Commit 2530530

Browse files
committed
fix: add factories to tsup entry
1 parent ec3ba90 commit 2530530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'tsup'
22

33
export default defineConfig({
4-
entry: ['./index.ts', './src/types/*.ts', './src/drivers/*.ts'],
4+
entry: ['./index.ts', './src/types/main.ts', './factories/main.ts', './src/drivers/*.ts'],
55
outDir: './build',
66
clean: true,
77
format: 'esm',

0 commit comments

Comments
 (0)