1 parent c73ba48 commit 51841f5Copy full SHA for 51841f5
2 files changed
apps/marketing/next-env.d.ts
@@ -1,5 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
+/// <reference path="./.next/types/routes.d.ts" />
4
5
// NOTE: This file should not be edited
6
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
apps/platform/vercel.json
@@ -1,6 +1,6 @@
{
"framework": "nextjs",
- "buildCommand": "cd ../.. && pnpm install && pnpm db:generate && pnpm --filter @captar/platform build",
+ "buildCommand": "cd ../.. && pnpm install && pnpm db:generate && pnpm turbo build --filter @captar/platform",
"installCommand": "cd ../.. && pnpm install",
"outputDirectory": "apps/platform/.next",
"regions": ["iad1"],
0 commit comments