Properly generate all wireguard options

This commit is contained in:
Owen Schwartz
2024-10-26 16:04:01 -04:00
parent 261b3c7e31
commit d78312fad8
12 changed files with 303 additions and 65 deletions

View File

@@ -3,4 +3,5 @@ export * from "./createSite";
export * from "./deleteSite";
export * from "./updateSite";
export * from "./listSites";
export * from "./listSiteRoles";
export * from "./listSiteRoles"
export * from "./pickSiteDefaults";