Switch the email-template-service port

This commit is contained in:
Jeremy Dormitzer 2020-03-04 19:40:10 -05:00
parent ab937feaf8
commit b4cc9493c4

View File

@ -4976,6 +4976,7 @@ Some functions to make my day job easier.
:command "npm"
:args '("start")
:cwd "~/lola/email-template-service"
:env '(("PORT" "7300"))
:stop-signal 'int
:init-async (lambda (done)
(nvm-use "10.15.1" done)))