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"
|
"@types/tail": "patches/@types__tail.patch"
|
||||||
},
|
},
|
||||||
"onlyBuiltDependencies": [
|
"onlyBuiltDependencies": [
|
||||||
"sharp"
|
"sharp",
|
||||||
|
"svelte-preprocess"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
1057
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user