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:
Sanjai Kumar
2025-09-15 15:00:39 +05:30
committed by GitHub
parent 9fc885839f
commit 5393e3b496
9 changed files with 464 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
{
"lastOpenedCollections": [
"{{projectRoot}}/packages/bruno-tests/collection"
],
"preferences": {
"onboarding": {
"hasLaunchedBefore": true
}
}
}