We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a80dd3 commit 3517d75Copy full SHA for 3517d75
README.md
@@ -5,7 +5,7 @@ featuring:
5
6
- Turborepo: Monorepo management
7
- React 19: Latest React with concurrent features
8
-- Next.js 15: Web app & marketing page with App Router
+- Next.js 16: Web app & marketing page with App Router
9
- Tailwind CSS v4: Modern CSS-first configuration
10
- React Native [Expo](https://expo.dev/): Mobile/native app with New Architecture
11
- [Convex](https://convex.dev): Backend, database, server functions
package.json
@@ -13,7 +13,7 @@
13
"turbo": "2.6.2"
14
},
15
"engines": {
16
- "node": ">=18.8.0"
+ "node": ">=20.19.4"
17
18
"workspaces": [
19
"apps/*",
0 commit comments