#!/bin/sh rm -rf tmp dist if [ "$1" = "prod" ]; then ember s -p 4201 -pr http://116.62.189.211/crm-api else ember s -pr http://127.0.0.1:8088/ fi