🐛 Fix vercel build error by replacing solar-js-sdk with remote one
This commit is contained in:
		| @@ -9,7 +9,6 @@ | ||||
|     "lint": "next lint" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "solar-js-sdk": "./packages/sn", | ||||
|     "@emotion/cache": "^11.14.0", | ||||
|     "@emotion/react": "^11.14.0", | ||||
|     "@emotion/server": "^11.11.0", | ||||
| @@ -38,6 +37,7 @@ | ||||
|     "remark-parse": "^11.0.0", | ||||
|     "remark-rehype": "^11.1.1", | ||||
|     "sitemap": "^8.0.0", | ||||
|     "solar-js-sdk": "^0.0.1", | ||||
|     "unified": "^11.0.5", | ||||
|     "zustand": "^5.0.3" | ||||
|   }, | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user