mirror of
https://github.com/infrost/RaptorQR.git
synced 2026-08-29 22:18:24 +08:00
8 lines
227 B
JSON
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"
|
|
}
|