test(omo-codex): batch 38 (4 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:06 +09:00
parent 35732b8ca2
commit eff60787e5
4 changed files with 141 additions and 0 deletions
@@ -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 });