diff --git a/emacs/init.org b/emacs/init.org index 09ef90e..a9bc295 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -4467,6 +4467,19 @@ Some functions to make my day job easier. :env '(("PORT" "3000")) :init-async #'call-with-lola-env) + (prodigy-define-service + :name "agent-console" + :tags '(lola frontend) + :command "npm" + :args '("start") + :cwd "~/lola/agent-console" + :stop-signal 'int + :env '(("PORT" "3002")) + :init-async (lambda (done) + (call-with-lola-env + (lambda () + (nvm-use "v10.15.1" done))))) + (prodigy-define-service :name "luigid" :command "luigid"