3 lines
71 B
Plaintext
3 lines
71 B
Plaintext
|
#!/bin/bash
|
||
|
. /PATH_TO_YOUR_NVM/.nvm/nvm.sh
|
||
|
node -r dotenv/config build
|