mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-24 14:35:49 +00:00
chore: migrate to tsdown
This commit is contained in:
parent
01d63a7252
commit
81fd2818cc
@ -32,7 +32,8 @@
|
||||
"@types/tail": "patches/@types__tail.patch"
|
||||
},
|
||||
"onlyBuiltDependencies": [
|
||||
"sharp"
|
||||
"sharp",
|
||||
"svelte-preprocess"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { defineConfig } from 'tsup'
|
||||
import { defineConfig } from 'tsdown'
|
||||
|
||||
export default defineConfig({
|
||||
entry: {
|
||||
1057
pnpm-lock.yaml
generated
1057
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user