mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(cli): add react deps in next backend
This commit is contained in:
5
.changeset/odd-parrots-allow.md
Normal file
5
.changeset/odd-parrots-allow.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"create-better-t-stack": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
add react deps in next backend
|
||||||
@@ -9,6 +9,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "15.3.0",
|
"next": "15.3.0",
|
||||||
|
"react": "^19.0.0",
|
||||||
|
"react-dom": "^19.0.0",
|
||||||
"dotenv": "^16.5.0"
|
"dotenv": "^16.5.0"
|
||||||
},
|
},
|
||||||
{{#if (eq dbSetup 'supabase')}}
|
{{#if (eq dbSetup 'supabase')}}
|
||||||
|
|||||||
Reference in New Issue
Block a user