mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
chore: minor folder structure refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"collections": [
|
||||
{
|
||||
"path": "{{projectRoot}}/tests/grpc/make-request/collection",
|
||||
"path": "{{projectRoot}}/tests/grpc/make-request/fixtures/collection",
|
||||
"securityConfig": {
|
||||
"jsSandboxMode": "safe"
|
||||
}
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"maximized": true,
|
||||
"lastOpenedCollections": [
|
||||
"{{projectRoot}}/tests/grpc/make-request/collection"
|
||||
],
|
||||
"preferences": {
|
||||
"beta": {
|
||||
"grpc": true,
|
||||
"nodevm": false
|
||||
}
|
||||
"maximized": false,
|
||||
"lastOpenedCollections": [
|
||||
"{{projectRoot}}/tests/grpc/make-request/fixtures/collection"
|
||||
],
|
||||
"preferences": {
|
||||
"beta": {
|
||||
"nodevm": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"maximized": true,
|
||||
"maximized": false,
|
||||
"lastOpenedCollections": [
|
||||
"{{projectRoot}}/tests/grpc/metadata/fixtures/collection"
|
||||
],
|
||||
|
||||
@@ -2,8 +2,5 @@
|
||||
"maximized": false,
|
||||
"lastOpenedCollections": [
|
||||
"{{projectRoot}}/tests/grpc/method-search/fixtures/grpc-collection"
|
||||
],
|
||||
"beta": {
|
||||
"grpc": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user