Skip to content

Commit f76d860

Browse files
chore: vercel congigs
1 parent ec0ca6b commit f76d860

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"framework": "vite",
4+
"installCommand": "npm i -g pnpm@11.1.0 && pnpm install --frozen-lockfile",
5+
"buildCommand": "pnpm --filter \"@tanstack/time-example-react-basic^...\" run build && pnpm run build",
6+
"outputDirectory": "dist"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"framework": "vite",
4+
"installCommand": "npm i -g pnpm@11.1.0 && pnpm install --frozen-lockfile",
5+
"buildCommand": "pnpm --filter \"@tanstack/time-example-react-timeline^...\" run build && pnpm run build",
6+
"outputDirectory": "dist"
7+
}

0 commit comments

Comments
 (0)