Synchronize Hub Resource types with instance
One script reply has been approved by the moderators Verified
Created by henri186 417 days ago Picked 1 time
Submitted by henri186 Bun
Verified 205 days ago
1
import * as wmill from "[email protected]"
2

3
export async function main() {
4
  await wmill.hubPull({ workspace: "admins", token: process.env["WM_TOKEN"], baseUrl: globalThis.process.env["BASE_URL"] });
5
}