We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9768dd7 commit 97bbc93Copy full SHA for 97bbc93
apps/console/vercel.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://openapi.vercel.sh/vercel.json",
3
"installCommand": "cd ../.. && pnpm install --frozen-lockfile",
4
- "buildCommand": "pnpm msw:init && NODE_OPTIONS=--max-old-space-size=4096 VITE_BASE_PATH=/ VITE_USE_MOCK_SERVER=true vite build",
+ "buildCommand": "pnpm msw:init && NODE_OPTIONS=--max-old-space-size=4096 VITE_BASE_PATH=/ vite build",
5
"outputDirectory": "dist",
6
"framework": "vite",
7
"rewrites": [
0 commit comments