Skip to content

Commit 21e2585

Browse files
committed
fix build
1 parent 7feb66b commit 21e2585

File tree

4 files changed

+11
-128
lines changed

4 files changed

+11
-128
lines changed

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"fastify-plugin": "^5.1.0",
147147
"h3": "^1.15.4",
148148
"hono": "^4.6.3",
149-
"next": "^15.0.0",
149+
"next": "catalog:",
150150
"nuxt": "^4.2.0",
151151
"supertest": "^7.1.4",
152152
"zod": "^4.1.0"
@@ -158,7 +158,7 @@
158158
"fastify": "^5.0.0",
159159
"fastify-plugin": "^5.0.0",
160160
"hono": "^4.6.0",
161-
"next": "^15.0.0",
161+
"next": "^15.0.0 || ^16.0.0",
162162
"nuxt": "^4.0.0",
163163
"zod": "catalog:"
164164
},

pnpm-lock.yaml

Lines changed: 6 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ catalog:
2323
react-dom: 19.2.0
2424
'@types/react-dom': 19.2.0
2525
'@tanstack/react-query': 5.90.6
26+
'next': 16.0.1

samples/next.js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"scripts": {
66
"generate": "zen generate",
7-
"db:init": "zen generate && zen db push && npx tsx zenstack/seed.ts",
7+
"db:init": "pnpm generate && zen db push && npx tsx zenstack/seed.ts",
88
"dev": "next dev",
9-
"build": "next build",
9+
"build": "pnpm generate && next build",
1010
"start": "next start",
1111
"lint": "eslint"
1212
},

0 commit comments

Comments
 (0)