bun run prettier

This commit is contained in:
alii
2025-05-21 00:26:55 +00:00
committed by github-actions[bot]
parent 5c9f772dc3
commit 4c27e42ef9

View File

@@ -1,5 +1,5 @@
import { join, dirname } from "node:path";
import { existsSync } from "node:fs";
import { dirname, join } from "node:path";
const bunRepo = dirname(import.meta.dir);
const webkitRepo = join(bunRepo, "vendor/WebKit");