Add mkcert Node.js configuration
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
5c4e5f25b7
commit
2487548c67
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ export __GL_THREADED_OPTIMIZATIONS=1
|
|||
export __GL_SYNC_TO_VBLANK=0
|
||||
export __GL_YIELD=NOTHING
|
||||
|
||||
# npm
|
||||
# Node.js
|
||||
NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"
|
||||
export NODE_EXTRA_CA_CERTS
|
||||
export npm_config_prefix="$HOME/.node_modules"
|
||||
|
||||
# Go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue