File tree Expand file tree Collapse file tree 4 files changed +451
-256
lines changed Expand file tree Collapse file tree 4 files changed +451
-256
lines changed Original file line number Diff line number Diff line change 127127 " dist"
128128 ],
129129 "scripts" : {
130- "build" : " tsup " ,
131- "dev" : " tsup --watch src" ,
130+ "build" : " tsdown " ,
131+ "dev" : " tsdown --watch src" ,
132132 "build:fix" : " esno scripts/postbuild.ts" ,
133133 "lint" : " eslint ." ,
134134 "play" : " npm -C playground run dev" ,
171171 },
172172 "dependencies" : {
173173 "@jridgewell/remapping" : " catalog:build" ,
174+ "dotenv-expand" : " ^12.0.3" ,
174175 "magic-string" : " catalog:utils" ,
176+ "picocolors" : " ^1.1.1" ,
175177 "unplugin" : " catalog:utils"
176178 },
177179 "devDependencies" : {
187189 "nodemon" : " catalog:build" ,
188190 "rimraf" : " catalog:utils" ,
189191 "rollup" : " catalog:build" ,
190- "tsup " : " catalog:build " ,
192+ "tsdown " : " ^0.15.12 " ,
191193 "typescript" : " catalog:build" ,
192194 "vite" : " catalog:vite" ,
193195 "vitest" : " catalog:vite" ,
You can’t perform that action at this time.
0 commit comments