Răsfoiți Sursa

fix tsup domain

EGOIST 1 an în urmă
părinte
comite
75f4cd11ce
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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`