diff --git a/tldraw/apps/tldraw-logseq/build.mjs b/tldraw/apps/tldraw-logseq/build.mjs index bae12cdeac4..d806f7e217a 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.sh) +// Build with [tsup](https://tsup.egoist.dev) await $`npx tsup`