mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix(config): 🐛 Ensure bridge config is optional
This commit is contained in:
parent
aae99c804a
commit
f2c9814171
|
|
@ -478,7 +478,6 @@ export const configValidator = z.object({
|
|||
software: "lysand-ap",
|
||||
allowed_ips: [],
|
||||
token: "",
|
||||
url: "",
|
||||
})
|
||||
.refine(
|
||||
(arg) => (arg.enabled ? arg.url : true),
|
||||
|
|
|
|||
Loading…
Reference in a new issue