From d8c6ca264bdf9a6a0f03c46dbf3509210367624a Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Sat, 1 Jun 2024 20:39:22 +0800 Subject: [PATCH] Revert "fix tsup domain" This reverts commit 75f4cd11ce1374b40ae7cdfb9a33a39e589695a7. --- tldraw/apps/tldraw-logseq/build.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldraw/apps/tldraw-logseq/build.mjs b/tldraw/apps/tldraw-logseq/build.mjs index d806f7e217a..bae12cdeac4 100644 --- a/tldraw/apps/tldraw-logseq/build.mjs +++ b/tldraw/apps/tldraw-logseq/build.mjs @@ -9,7 +9,7 @@ if (process.platform === 'win32') { defaults.prefix = ""; } -// Build with [tsup](https://tsup.egoist.dev) +// Build with [tsup](https://tsup.egoist.sh) await $`npx tsup`