Skip to content

Commit 149ce56

Browse files
committed
fix: update vercel configuration with install and build commands for better deployment
1 parent 83dff1b commit 149ce56

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/console/vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"installCommand": "cd ../.. && pnpm install --frozen-lockfile",
4+
"buildCommand": "cd ../.. && pnpm turbo run build --filter=@object-ui/console^... && cd apps/console && VITE_BASE_PATH=/ pnpm build:vercel",
5+
"outputDirectory": "dist",
6+
"framework": "vite",
27
"rewrites": [
38
{ "source": "/((?!assets|mockServiceWorker\\.js).*)", "destination": "/index.html" }
49
]

0 commit comments

Comments
 (0)