fix(cli): add react deps in next backend

This commit is contained in:
Aman Varshney
2025-07-21 07:15:14 +05:30
parent fcbdd0d955
commit a4209b7a53
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
add react deps in next backend

View File

@@ -9,6 +9,8 @@
},
"dependencies": {
"next": "15.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"dotenv": "^16.5.0"
},
{{#if (eq dbSetup 'supabase')}}