소스 검색

Revert "fix tsup domain"

This reverts commit 75f4cd11ce1374b40ae7cdfb9a33a39e589695a7.
Tienson Qin 1 년 전
부모
커밋
d8c6ca264b
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 = "";
 }
 
-// Build with [tsup](https://tsup.egoist.dev)
+// Build with [tsup](https://tsup.egoist.sh)
 await $`npx tsup`