Skip to content

Commit 3867e09

Browse files
chore: update vercel build command to use turbo for web app
1 parent 55ebc16 commit 3867e09

2 files changed

Lines changed: 59 additions & 2 deletions

File tree

apps/web/.turbo/turbo-build.log

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,61 @@
11

22
> web@1.0.0 build D:\ak\project\FairShare\apps\web
3-
> tsc --noEmit
3+
> next build
4+
5+
▲ Next.js 15.2.0
6+
- Environments: .env.local
7+
8+
Creating an optimized production build ...
9+
✓ Compiled successfully
10+
Linting and checking validity of types ...
11+
Collecting page data ...
12+
Generating static pages (0/28) ...
13+
Generating static pages (7/28)
14+
Generating static pages (14/28)
15+
Generating static pages (21/28)
16+
✓ Generating static pages (28/28)
17+
Finalizing page optimization ...
18+
Collecting build traces ...
19+
20+
Route (app) Size First Load JS
21+
┌ ○ / 4.26 kB 175 kB
22+
├ ○ /_not-found 181 B 118 kB
23+
├ ○ /about 3.38 kB 175 kB
24+
├ ƒ /api/activity 181 B 118 kB
25+
├ ƒ /api/auth/login 181 B 118 kB
26+
├ ƒ /api/auth/logout 181 B 118 kB
27+
├ ƒ /api/auth/register 181 B 118 kB
28+
├ ƒ /api/auth/session 181 B 118 kB
29+
├ ƒ /api/auth/token 181 B 118 kB
30+
├ ○ /blog 5.52 kB 177 kB
31+
├ ƒ /blog/[slug] 5.73 kB 177 kB
32+
├ ○ /contact 7 kB 178 kB
33+
├ ƒ /dashboard 5.47 kB 177 kB
34+
├ ƒ /dashboard/activity 5.15 kB 179 kB
35+
├ ƒ /dashboard/expenses/[expenseId] 290 B 190 kB
36+
├ ƒ /dashboard/groups 296 B 190 kB
37+
├ ƒ /dashboard/groups/[groupId] 296 B 190 kB
38+
├ ƒ /dashboard/groups/[groupId]/settle 296 B 190 kB
39+
├ ƒ /dashboard/profile 4.39 kB 176 kB
40+
├ ○ /dashboard/settings 3.72 kB 175 kB
41+
├ ○ /faq 5.67 kB 177 kB
42+
├ ○ /features 9.34 kB 168 kB
43+
├ ○ /how-it-works 3.68 kB 175 kB
44+
├ ○ /login 5.64 kB 177 kB
45+
├ ○ /pricing 4.01 kB 175 kB
46+
├ ○ /privacy 178 B 118 kB
47+
├ ○ /register 6.14 kB 177 kB
48+
├ ƒ /supabase-test 181 B 118 kB
49+
├ ○ /terms 178 B 118 kB
50+
└ ○ /waitlist 5.66 kB 177 kB
51+
+ First Load JS shared by all 118 kB
52+
├ chunks/7327-e92cc0d296786b90.js 62.6 kB
53+
├ chunks/d926b3a0-ef5c8671b7884e91.js 53 kB
54+
└ other shared chunks (total) 2.02 kB
55+
56+
57+
ƒ Middleware 84.6 kB
58+
59+
○ (Static) prerendered as static content
60+
ƒ (Dynamic) server-rendered on demand
461

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 2,
33
"framework": "nextjs",
4-
"buildCommand": "pnpm --filter web build",
4+
"buildCommand": "npx turbo run build --filter=web",
55
"outputDirectory": "apps/web/.next",
66
"installCommand": "pnpm install"
77
}

0 commit comments

Comments
 (0)