fix: fix cli

This commit is contained in:
Ruben Fiszel
2023-11-02 22:34:39 +01:00
parent 8dfff04730
commit 2c1a952932

View File

@@ -1,6 +1,6 @@
// windmill
export { setClient } from "https://deno.land/x/windmill@v1.188.1/mod.ts";
export * from "https://deno.land/x/windmill@v1.195.0/windmill-api/index.ts";
export * from "https://deno.land/x/windmill@v1.188.1/windmill-api/index.ts";
export { SEP } from "https://deno.land/std@0.201.0/path/separator.ts";
// cliffy
export { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/mod.ts";