refactor: update project name in tmuxinator

This commit is contained in:
Jordan Knott 2020-08-23 15:38:20 -05:00
parent 8f410cd9b7
commit b6194d552f

View File

@ -1,14 +1,12 @@
name: citadel
name: taskcafe
root: .
on_project_start: docker start test-db
windows:
- services:
root: ./
panes:
- api:
- go run cmd/citadel/main.go web
- go run cmd/taskcafe/main.go web
- yarn:
- cd frontend
- yarn start
@ -19,8 +17,8 @@ windows:
- api/editor:
root: ./
panes:
- vim cmd/citadel/main.go
- vim cmd/taskcafe/main.go
- database:
root: ./
panes:
- pgcli postgres://postgres:test@localhost:5432/citadel
- pgcli postgres://taskcafe:taskcafe_test@localhost:5432/taskcafe