Skip to content

Commit 7f2a4f7

Browse files
committed
build: include validation adapters source files
1 parent 10143bb commit 7f2a4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next-safe-action/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/*.ts"],
4+
entry: ["src/*.ts", "src/validation-adapters/**/*.ts"],
55
bundle: false,
66
format: ["esm"],
77
clean: true,

0 commit comments

Comments
 (0)