Files
bruno/tests/preferences/default-collection-location/init-user-data/preferences.json
Pragadesh-45 123fe7d542 Merge pull request #5557 from Pragadesh-45/feat/default-location
feat: default location for collections
2025-09-25 22:53:08 +05:30

10 lines
229 B
JSON

{
"maximized": true,
"lastOpenedCollections": ["{{projectRoot}}/tests/preferences/default-collection-location/collection"],
"preferences": {
"general": {
"defaultCollectionLocation": "/tmp/bruno-collections"
}
}
}