2018-01-07 20:11:19 +08:00

10 lines
156 B
Bash
Executable File

#!/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