mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
fix pack
This commit is contained in:
parent
ad10f9cfc5
commit
8496085003
@ -21,7 +21,7 @@
|
|||||||
"@hello-pangea/dnd": "^16.5.0",
|
"@hello-pangea/dnd": "^16.5.0",
|
||||||
"@next-auth/prisma-adapter": "^1.0.7",
|
"@next-auth/prisma-adapter": "^1.0.7",
|
||||||
"@next/third-parties": "^14.2.1",
|
"@next/third-parties": "^14.2.1",
|
||||||
"@prisma/client": "5.12.1",
|
"@prisma/client": "5.13.0",
|
||||||
"@svgr/webpack": "^8.1.0",
|
"@svgr/webpack": "^8.1.0",
|
||||||
"@vercel/analytics": "^1.1.2",
|
"@vercel/analytics": "^1.1.2",
|
||||||
"@vercel/speed-insights": "^1.0.9",
|
"@vercel/speed-insights": "^1.0.9",
|
||||||
@ -81,7 +81,7 @@
|
|||||||
"postcss": "^8.4.33",
|
"postcss": "^8.4.33",
|
||||||
"prettier": "^3.2.4",
|
"prettier": "^3.2.4",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.11",
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
||||||
"prisma": "^5.12.1",
|
"prisma": "^5.13.0",
|
||||||
"tailwindcss": "^3.4.1",
|
"tailwindcss": "^3.4.1",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
|
12
start.sh
12
start.sh
@ -10,9 +10,15 @@ yarn config set sharp_libvips_binary_host "https://npm.taobao.org/mirrors/sharp-
|
|||||||
#yarn config delete sharp_libvips_binary_host
|
#yarn config delete sharp_libvips_binary_host
|
||||||
|
|
||||||
#yarn cache clean
|
#yarn cache clean
|
||||||
#yarn install
|
yarn install
|
||||||
npm i cnpm
|
#if command -v cnpm &> /dev/null
|
||||||
cnpm i
|
#then
|
||||||
|
# echo "cnpm 已安装"
|
||||||
|
#else
|
||||||
|
# npm i cnpm
|
||||||
|
#fi
|
||||||
|
#
|
||||||
|
#cnpm i
|
||||||
yarn run build
|
yarn run build
|
||||||
|
|
||||||
mkdir -p "./node_modules/tiktoken"
|
mkdir -p "./node_modules/tiktoken"
|
||||||
|
Loading…
Reference in New Issue
Block a user