Revert "fix tsup domain"

This reverts commit 75f4cd11ce.
This commit is contained in:
Tienson Qin
2024-06-01 20:39:22 +08:00
committed by Gabriel Horner
parent 75f4cd11ce
commit d8c6ca264b

View File

@@ -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`