fix(config): 🐛 Make bridge url default to undefined, not ""

This commit is contained in:
Jesse Wierzbinski 2024-07-16 23:36:36 +02:00
parent f2c9814171
commit cc8a97ae79
No known key found for this signature in database

View file

@ -503,7 +503,6 @@ export const configValidator = z.object({
software: "lysand-ap", software: "lysand-ap",
allowed_ips: [], allowed_ips: [],
token: "", token: "",
url: "",
}, },
}), }),
instance: z instance: z