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" "@types/tail": "patches/@types__tail.patch"
}, },
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [
"sharp" "sharp",
"svelte-preprocess"
] ]
} }
} }

View File

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

View File

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

1057
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff