Skip to content

Commit 51841f5

Browse files
committed
vercel fix
1 parent c73ba48 commit 51841f5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/marketing/next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

apps/platform/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"framework": "nextjs",
3-
"buildCommand": "cd ../.. && pnpm install && pnpm db:generate && pnpm --filter @captar/platform build",
3+
"buildCommand": "cd ../.. && pnpm install && pnpm db:generate && pnpm turbo build --filter @captar/platform",
44
"installCommand": "cd ../.. && pnpm install",
55
"outputDirectory": "apps/platform/.next",
66
"regions": ["iad1"],

0 commit comments

Comments
 (0)