This commit is contained in:
2026-08-25 16:20:05 -04:00
parent feb32a1456
commit d026857b99
13 changed files with 93 additions and 18 deletions
+1
View File
@@ -16,6 +16,7 @@ const shape = z.object({
subsUrl: z.string().nullable().catch(null),
subsUser: z.string().nullable().catch(null),
subsPassword: z.string().nullable().catch(null),
platformCallbackHost: z.string().nullable().catch(null),
})
export const storeJson = FileHelper.json(