mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 14:35:03 +00:00
feat: Add default sample collection on first app launch (#5536)
* feat: Add Default Sample Collection On First Launch * feat(initial-load): add attribute for app readiness --------- Co-authored-by: Bijin Bruno <bijin@usebruno.com>
This commit is contained in:
10
tests/onboarding/init-user-data/preferences.json
Normal file
10
tests/onboarding/init-user-data/preferences.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"lastOpenedCollections": [
|
||||
"{{projectRoot}}/packages/bruno-tests/collection"
|
||||
],
|
||||
"preferences": {
|
||||
"onboarding": {
|
||||
"hasLaunchedBefore": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user