Skip to content

Commit 766cd39

Browse files
committed
chore: remove unused import
1 parent 708a3aa commit 766cd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineBuildConfig } from "obuild/config";
22
import { parseSync } from "oxc-parser";
33
import MagicString from "magic-string";
4-
import { mkdir, rmdir } from "node:fs/promises";
4+
import { mkdir } from "node:fs/promises";
55

66
const entries = ["deno", "bun", "cloudflare", "service-worker", "node", "generic"];
77

0 commit comments

Comments
 (0)