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

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

BIN
bun.lockb

Binary file not shown.

View File

@ -9,7 +9,6 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"solar-js-sdk": "./packages/sn",
"@emotion/cache": "^11.14.0", "@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0", "@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0", "@emotion/server": "^11.11.0",
@ -38,6 +37,7 @@
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1", "remark-rehype": "^11.1.1",
"sitemap": "^8.0.0", "sitemap": "^8.0.0",
"solar-js-sdk": "^0.0.1",
"unified": "^11.0.5", "unified": "^11.0.5",
"zustand": "^5.0.3" "zustand": "^5.0.3"
}, },

View File

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