fix: temporary fix for failing vercel build since its not finding nextjs in root

This commit is contained in:
Anoop M D 2022-10-22 00:37:55 +05:30
parent 2c8ef7b626
commit 0ecaba27a6

View File

@ -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"