MCSManager/npm-dev-macos.sh
2023-11-27 20:14:12 +08:00

9 lines
201 B
Bash
Executable File

#!/bin/sh
# open -a Terminal.app -n "npm run start-daemon"
# open -a Terminal.app -n "npm run start-panel"
# npm run start-frontend
npm run start-daemon &
npm run start-panel &
npm run start-frontend