mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
* remove activeEnvironmentUid and migration * fix: no environment handling * fix: standardize workspace path handling
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"preferences": {
|
|
"onboarding": {
|
|
"hasLaunchedBefore": true,
|
|
"hasSeenWelcomeModal": true
|
|
},
|
|
"general": {
|
|
"defaultWorkspacePath": "{{workspacePath}}"
|
|
}
|
|
}
|
|
}
|