Replace tsup with tsdown
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
"assets"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "tsup --watch",
|
||||
"build": "tsup",
|
||||
"dev": "tsdown --watch",
|
||||
"build": "tsdown",
|
||||
"changeset": "changeset",
|
||||
"release": "bun scripts/release.mjs"
|
||||
},
|
||||
@@ -63,7 +63,7 @@
|
||||
"eslint": "^9.37.0",
|
||||
"pocketbase": "^0.26.2",
|
||||
"prettier": "^3.6.2",
|
||||
"tsup": "^8.5.0",
|
||||
"tsdown": "^0.15.6",
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user