fxa-auth-server/scripts/start-local.sh

6 строки
146 B
Bash
Executable File

#!/usr/bin/env bash
node ./bin/mail_helper.js &
node ./bin/key_server.js 2>&1 | ./node_modules/bunyan/bin/bunyan -o short
killall mail_helper.js