mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
* added jsonwebtoken as inbuilt library * removed bundling * handle callback in quickjs * chore: tests folder restructure * chore: lint fix --------- Co-authored-by: Sid <siddharth@usebruno.com>
16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"maximized": true,
|
|
"lastOpenedCollections": ["{{projectRoot}}/tests/scripting/inbuilt-libraries/jsonwebtoken/fixtures/collection"],
|
|
"preferences": {
|
|
"request": {
|
|
"sslVerification": true,
|
|
"customCaCertificate": {
|
|
"enabled": false,
|
|
"filePath": ""
|
|
},
|
|
"keepDefaultCaCertificates": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|
|
} |