mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 14:22:01 +00:00
bun run prettier
This commit is contained in:
committed by
github-actions[bot]
parent
5c9f772dc3
commit
4c27e42ef9
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user