fix: vercel 504

This commit is contained in:
Hk-Gosuto
2024-08-28 10:48:40 +08:00
parent e41b2d91b6
commit 16dbff3238
2 changed files with 1 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
"mask:watch": "npx watch 'yarn mask' app/masks",
"dev": "yarn run mask:watch & next dev",
"dev:https": "yarn run mask:watch & next dev --experimental-https",
"build": "yarn mask && cross-env BUILD_MODE=standalone next build",
"build": "yarn mask && cross-env BUILD_MODE=standalone LANGCHAIN_CALLBACKS_BACKGROUND=true next build",
"start": "next start",
"lint": "next lint",
"export": "yarn mask && cross-env BUILD_MODE=export BUILD_APP=1 next build",