clients frontend demo first pass

This commit is contained in:
miloschwartz
2025-02-21 16:58:30 -05:00
parent 6e1bfdac58
commit 098723b88d
10 changed files with 940 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ const createSiteSchema = z
subnet: z.string().optional(),
newtId: z.string().optional(),
secret: z.string().optional(),
type: z.enum(["newt", "wireguard"])
type: z.enum(["newt", "wireguard", "local"])
})
.strict();