usebruno / bruno-docs

Documentation Site for Bruno
https://bruno-docs.vercel.app
MIT License
11 stars 46 forks source link

Inbuilt Libraries #37

Open niallmcdonough opened 5 months ago

niallmcdonough commented 5 months ago

Can it be noted on the Inbuilt Libraries page, or somewhere else, that moduleWhitelist must be used in bruno.json (in the project folder) to enable a module to run

{
  "version": "1",
  "name": "bruno-testbench",
  "type": "collection",
  "scripts": {
    "moduleWhitelist": [
      "crypto"
    ],
    "filesystemAccess": {
      "allow": true
    }
  }
}