There was an error while loading. Please reload this page.
1 parent 8a8133b commit 816cd7eCopy full SHA for 816cd7e
tsup.config.ts
@@ -1,7 +1,7 @@
1
import { defineConfig } from "tsup";
2
3
export default defineConfig({
4
- entry: ["src/index.ts", "src/next/index.ts", "src/rainbowkit/index.tsx"],
+ entry: ["src/index.ts", "src/next/index.ts", "src/express/index.tsx"],
5
splitting: false,
6
sourcemap: true,
7
dts: true,
0 commit comments