Skip to content

Commit 2fffbcb

Browse files
committed
fix: 🐛 Fix weird imports failing build
1 parent 551b9a9 commit 2fffbcb

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

packages/api/build.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ await build({
2929
dep.startsWith("@versia"),
3030
),
3131
"@bull-board/ui",
32+
// Excluded because Standard Schema imports those, but the code is never executed
33+
"@valibot/to-json-schema",
34+
"effect"
3235
],
3336
});
3437

packages/kit/build.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ await build({
1616
dep.startsWith("@versia"),
1717
),
1818
"acorn",
19+
// Excluded because Standard Schema imports those, but the code is never executed
20+
"@valibot/to-json-schema",
21+
"effect"
1922
],
2023
});
2124

0 commit comments

Comments
 (0)