vercel.json 254 B

1234567
  1. {
  2. "$schema": "https://openapi.vercel.sh/vercel.json",
  3. "framework": "vite",
  4. "installCommand": "npx --yes pnpm@11.0.9 install --no-frozen-lockfile",
  5. "buildCommand": "npx --yes pnpm@11.0.9 build-only",
  6. "outputDirectory": "apps/viewer-demo/dist"
  7. }