Skip to content

Commit 98ad518

Browse files
committed
Fix: Remove route conflicts, ready for production deployment on Base Sepolia
1 parent 6104227 commit 98ad518

4 files changed

Lines changed: 13 additions & 43 deletions

File tree

packages/nextjs/app/(main)/layout.tsx

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/nextjs/app/(main)/page.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/nextjs/vercel.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"buildCommand": "cd ../.. && yarn install && yarn workspace @se-2/nextjs build",
3-
"installCommand": "cd ../.. && yarn install",
4-
"framework": "nextjs"
5-
}
2+
"installCommand": "yarn set version 3.2.3 && yarn install",
3+
"buildCommand": "yarn build",
4+
"framework": "nextjs"
5+
}

vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"buildCommand": "yarn workspace @se-2/nextjs build",
3+
"installCommand": "yarn install",
4+
"framework": null,
5+
"outputDirectory": "packages/nextjs/.next",
6+
"devCommand": "yarn workspace @se-2/nextjs dev",
7+
"ignoreCommand": "echo 'Skipping build checks'"
8+
}
9+

0 commit comments

Comments
 (0)