浏览代码

fix tsup domain

EGOIST 1 年之前
父节点
当前提交
75f4cd11ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = "";
   defaults.prefix = "";
 }
 }
 
 
-// Build with [tsup](https://tsup.egoist.sh)
+// Build with [tsup](https://tsup.egoist.dev)
 await $`npx tsup`
 await $`npx tsup`