test(omo-codex): batch 38 (4 files)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
import { rm } from "node:fs/promises";
|
||||
import { fileURLToPath } from "node:url";
|
||||
|
||||
await rm(fileURLToPath(new URL("../dist/", import.meta.url)), { recursive: true, force: true });
|
||||
Reference in New Issue
Block a user