fix: 🐛 Fix weird imports failing build

This commit is contained in:
Jesse Wierzbinski 2025-07-07 04:52:46 +02:00
parent 551b9a94fe
commit 2fffbcbede
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -29,6 +29,9 @@ await build({
dep.startsWith("@versia"), dep.startsWith("@versia"),
), ),
"@bull-board/ui", "@bull-board/ui",
// Excluded because Standard Schema imports those, but the code is never executed
"@valibot/to-json-schema",
"effect"
], ],
}); });

View file

@ -16,6 +16,9 @@ await build({
dep.startsWith("@versia"), dep.startsWith("@versia"),
), ),
"acorn", "acorn",
// Excluded because Standard Schema imports those, but the code is never executed
"@valibot/to-json-schema",
"effect"
], ],
}); });