Auto-sync Fri Feb 13 08:51:24 UTC 2026

This commit is contained in:
Bot
2026-02-13 08:51:24 +00:00
parent 3020724dde
commit bd7cd392b4
23 changed files with 1514 additions and 94 deletions

5
u/admin/hub_sync.ts Normal file
View File

@@ -0,0 +1,5 @@
import * as wmill from "windmill-cli@1.566.1"
export async function main() {
await wmill.hubPull({ workspace: "admins", token: process.env["WM_TOKEN"], baseUrl: process.env["BASE_URL"] });
}