Skip to content

Commit 1aed088

Browse files
committed
Create vercel.json
Update package.json Update package.json Add vercel.json for pnpm monorepo Update vercel.json chore: Update pnpm package manager version to 9.15.0. Update vercel.json Update vercel.json Move vercel.json to apps/web directory Relocated the vercel.json configuration file from the project root to the apps/web directory to better organize deployment settings.
1 parent 8efa81c commit 1aed088

5 files changed

Lines changed: 246 additions & 722 deletions

File tree

apps/web/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"version": "0.1.1",
44
"private": true,
55
"scripts": {
6-
"postinstall": "prisma generate",
76
"dev": "next dev",
8-
"build": "prisma generate && next build --webpack",
7+
"build": "npx prisma generate && next build --webpack",
98
"start": "next start",
109
"lint": "eslint",
1110
"db:push": "prisma db push",

apps/web/vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"framework": "nextjs",
3+
"installCommand": "npm install",
4+
"buildCommand": "npm run build"
5+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "notater-monorepo",
33
"private": true,
4-
"packageManager": "pnpm@10.12.1",
4+
"packageManager": "pnpm@9.15.0",
55
"scripts": {
66
"dev": "pnpm -r dev",
77
"build": "pnpm -r build",

0 commit comments

Comments
 (0)