From ccaa97e2bb973a8a48a3d5c1f549a04d9aa682f6 Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Fri, 17 Jul 2020 19:39:18 -0500 Subject: [PATCH] fix: update tmuxinator script with new api command --- .tmuxinator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmuxinator.yml b/.tmuxinator.yml index 94ed088..86c36ec 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -8,7 +8,7 @@ windows: root: ./ panes: - api: - - go run cmd/citadel/main.go + - go run cmd/citadel/main.go web - yarn: - cd frontend - yarn start