Mass Block [bsky] Reposts [and more]
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: move node:url import before third-party imports

Winter 7dcbaa1f 936d742b

+1 -1
+1 -1
index.js
··· 1 + import { fileURLToPath } from "node:url"; 1 2 import { OAuthClient, MemoryStore } from "@atcute/oauth-node-client"; 2 3 import { 3 4 LocalActorResolver, ··· 9 10 import { Prompt } from "@clack/core"; 10 11 import * as p from "@clack/prompts"; 11 12 import color from "picocolors"; 12 - import { fileURLToPath } from "node:url"; 13 13 14 14 // ── runtime detection ─────────────────────────────────────────────── 15 15 const IS_BUN = typeof Bun !== "undefined";