#!/usr/bin/env bash

cd /usr/src/app/server || exit 1
npm install
node ./node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"
