mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
fix: 🐛 Fix weird imports failing build
This commit is contained in:
parent
551b9a94fe
commit
2fffbcbede
|
|
@ -29,6 +29,9 @@ await build({
|
|||
dep.startsWith("@versia"),
|
||||
),
|
||||
"@bull-board/ui",
|
||||
// Excluded because Standard Schema imports those, but the code is never executed
|
||||
"@valibot/to-json-schema",
|
||||
"effect"
|
||||
],
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@ await build({
|
|||
dep.startsWith("@versia"),
|
||||
),
|
||||
"acorn",
|
||||
// Excluded because Standard Schema imports those, but the code is never executed
|
||||
"@valibot/to-json-schema",
|
||||
"effect"
|
||||
],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue