mirror of
https://github.com/meshtastic/web.git
synced 2026-07-30 22:46:30 -04:00
style(sdk): format rename-dts.mjs to satisfy oxfmt
Unformatted file that slipped through because #1050 never ran build-and-package CI.
This commit is contained in:
@@ -20,7 +20,15 @@
|
||||
* without an accompanying `declare namespace ...` block.
|
||||
*/
|
||||
|
||||
import { existsSync, readdirSync, readFileSync, renameSync, statSync, unlinkSync, writeFileSync } from "node:fs";
|
||||
import {
|
||||
existsSync,
|
||||
readdirSync,
|
||||
readFileSync,
|
||||
renameSync,
|
||||
statSync,
|
||||
unlinkSync,
|
||||
writeFileSync,
|
||||
} from "node:fs";
|
||||
import { join } from "node:path";
|
||||
|
||||
const distDir = new URL("../dist", import.meta.url).pathname;
|
||||
|
||||
Reference in New Issue
Block a user