Ver Fonte

fix tsup domain

EGOIST há 1 ano atrás
pai
commit
75f4cd11ce
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tldraw/apps/tldraw-logseq/build.mjs

+ 1 - 1
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`