chore: migrate to tsdown

This commit is contained in:
Ben Allfree 2025-07-17 22:59:45 -07:00
parent 01d63a7252
commit 81fd2818cc
4 changed files with 451 additions and 617 deletions

View File

@ -32,7 +32,8 @@
"@types/tail": "patches/@types__tail.patch"
},
"onlyBuiltDependencies": [
"sharp"
"sharp",
"svelte-preprocess"
]
}
}

View File

@ -1,12 +1,12 @@
{
"name": "pockethost-mothership-app",
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
"build": "tsdown",
"dev": "tsdown --watch"
},
"devDependencies": {
"@s-libs/micro-dash": "^18.0.0",
"tsup": "^8.3.5",
"tsdown": "^0.12.9",
"type-fest": "^4.6.0"
}
}

View File

@ -1,4 +1,4 @@
import { defineConfig } from 'tsup'
import { defineConfig } from 'tsdown'
export default defineConfig({
entry: {

1057
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff