mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-16 17:51:48 +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-schema",
|
||||||
"packages/bruno-testbench"
|
"packages/bruno-testbench"
|
||||||
],
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"next": "12.3.1"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jest": "^29.2.0",
|
"jest": "^29.2.0",
|
||||||
"randomstring": "^1.2.2"
|
"randomstring": "^1.2.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user