mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 12:45:38 +00:00
* fix: show empty collection Add request CTA when only files exist * test: add .bru parity to empty-state CTA spec
19 lines
474 B
JSON
19 lines
474 B
JSON
{
|
|
"lastOpenedCollections": [
|
|
"{{collectionPath}}/empty-bru",
|
|
"{{collectionPath}}/empty-yml",
|
|
"{{collectionPath}}/bru-with-js",
|
|
"{{collectionPath}}/yml-with-js",
|
|
"{{collectionPath}}/bru-with-request",
|
|
"{{collectionPath}}/yml-with-request",
|
|
"{{collectionPath}}/bru-folder-with-js",
|
|
"{{collectionPath}}/yml-with-folder"
|
|
],
|
|
"preferences": {
|
|
"onboarding": {
|
|
"hasLaunchedBefore": true,
|
|
"hasSeenWelcomeModal": true
|
|
}
|
|
}
|
|
}
|