mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
fix: temporary fix for failing vercel build since its not finding nextjs in root
This commit is contained in:
parent
2c8ef7b626
commit
0ecaba27a6
@ -8,6 +8,9 @@
|
||||
"packages/bruno-schema",
|
||||
"packages/bruno-testbench"
|
||||
],
|
||||
"dependencies": {
|
||||
"next": "12.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^29.2.0",
|
||||
"randomstring": "^1.2.2"
|
||||
|
Loading…
Reference in New Issue
Block a user