mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
* feat: Add Default Sample Collection On First Launch * feat(initial-load): add attribute for app readiness --------- Co-authored-by: Bijin Bruno <bijin@usebruno.com>
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"lastOpenedCollections": [
|
|
"{{projectRoot}}/packages/bruno-tests/collection"
|
|
],
|
|
"preferences": {
|
|
"onboarding": {
|
|
"hasLaunchedBefore": true
|
|
}
|
|
}
|
|
}
|