#!/bin/bash source ~/.nvm/nvm.sh nvm use 18 if [ "$1" == "build" ]; then npx next build fi npx next start -p 8910