mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
chore: format packages/scripts folder (#19611)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { write, Glob, file } from "bun";
|
||||
import { join, resolve, relative } from "path";
|
||||
import { Glob, file, write } from "bun";
|
||||
import { join, relative, resolve } from "path";
|
||||
import { normalize } from "path/posix";
|
||||
|
||||
const root = resolve(import.meta.dirname, "..");
|
||||
|
||||
Reference in New Issue
Block a user