Skip to content

Commit 816cd7e

Browse files
committed
fix: add express to tsup config
1 parent 8a8133b commit 816cd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: ["src/index.ts", "src/next/index.ts", "src/rainbowkit/index.tsx"],
4+
entry: ["src/index.ts", "src/next/index.ts", "src/express/index.tsx"],
55
splitting: false,
66
sourcemap: true,
77
dts: true,

0 commit comments

Comments
 (0)