Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
server/lavamoat - fix missing builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Aug 31, 2020
1 parent aecc106 commit 189dff8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/server/lavamoat-config-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@
"packages": {
"keccak": true
}
},
"mime": {
"builtin": {
"path": true
}
},
"http-signature": {
"builtin": {
"http": true
}
},
"jsprim": {
"builtin": {
"util": true
}
},
"tunnel-agent": {
"builtin": {
"net": true
}
}
}
}

0 comments on commit 189dff8

Please sign in to comment.