🐛 Fix vercel build error by replacing solar-js-sdk with remote one

This commit is contained in:
2025-01-10 00:33:29 +08:00
parent 5d6a018c63
commit 9cc8cf999e
3 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,11 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"author": {
"name": "LittleSheep",
"email": "littlesheep.code@hotmail.com"
},
"version": "0.0.1",
"tsup": {
"entry": [
"src/index.ts"