We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83dff1b commit 149ce56Copy full SHA for 149ce56
1 file changed
apps/console/vercel.json
@@ -1,4 +1,9 @@
1
{
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",
7
"rewrites": [
8
{ "source": "/((?!assets|mockServiceWorker\\.js).*)", "destination": "/index.html" }
9
]
0 commit comments