We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb61ea6 commit 7a0fcdeCopy full SHA for 7a0fcde
scripts/copy-emoji-data.ts
@@ -3,7 +3,6 @@ import { mkdir, writeFile } from "node:fs/promises";
3
import path from "node:path";
4
import process from "node:process";
5
import { parseTarGzip } from "nanotar";
6
-import { unstable_startWorker } from "wrangler";
7
8
const root = path.resolve(import.meta.dirname, "../");
9
0 commit comments