Files
2026-07-08 18:11:14 +01:00

8 lines
227 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "vite",
"installCommand": "pnpm install --frozen-lockfile",
"buildCommand": "pnpm --filter @raptorqr/web build",
"outputDirectory": "apps/web/dist"
}