mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 03:41:28 +00:00
41 lines
748 B
JSON
41 lines
748 B
JSON
{
|
|
"version": "1",
|
|
"name": "Grpcbin",
|
|
"type": "collection",
|
|
"ignore": [
|
|
"node_modules",
|
|
".git"
|
|
],
|
|
"size": 0.001827239990234375,
|
|
"filesCount": 10,
|
|
"protobuf": {
|
|
"protoFiles": [
|
|
{
|
|
"path": "./protos/services/invalid-file-path.proto",
|
|
"type": "file"
|
|
},
|
|
{
|
|
"path": "./protos/services/product.proto",
|
|
"type": "file"
|
|
},
|
|
{
|
|
"path": "./protos/services/order.proto",
|
|
"type": "file"
|
|
}
|
|
],
|
|
"importPaths": [
|
|
{
|
|
"path": "./protos/invalid-import-path",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"path": "./protos/types",
|
|
"enabled": false
|
|
},
|
|
{
|
|
"path": ".",
|
|
"enabled": true
|
|
}
|
|
]
|
|
}
|
|
} |