Files
Jules b775a1d577 fix(status.app): vercel build
* fix(status.app): vercel build

* chore: add changeset
2025-11-06 17:08:14 +09:00

7 lines
348 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json,turbo.json} ../../packages/{colors,icons,components,status-js} ./",
"installCommand": "pnpm install --dir ../../ --frozen-lockfile",
"buildCommand": "turbo run build --cwd ../../ --filter=./apps/status.app..."
}