mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 00:24:08 +00:00
* feat: change default collection location to default location * refactor: migrate defaultCollectionLocation to defaultLocation in preference.json * refactor: resolveDefaultLocation function * fix: rename variables in default-location
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"maximized": false,
|
|
"lastOpenedCollections": ["{{projectRoot}}/tests/preferences/default-collection-location/collection"],
|
|
"preferences": {
|
|
"general": {
|
|
"defaultLocation": "/tmp/bruno-collections"
|
|
}
|
|
}
|
|
}
|