You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
114 B
Bash

#!/bin/bash
source ~/.nvm/nvm.sh
nvm use 18
if [ "$1" == "build" ]; then
yarn rw build
fi
yarn rw serve -p 8969