#!/bin/bash
export NVM_DIR="$HOME/.nvm"
source $NVM_DIR/nvm.sh

nvm use 16
nodemon coti_condiciones.js

# Para correrlo
# pm2 start ./run.sh --name coti_condiciones_generales
