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: . root: .
on_project_start: docker start test-db
windows: windows:
- services: - services:
root: ./ root: ./
panes: panes:
- api: - api:
- go run cmd/citadel/main.go web - go run cmd/taskcafe/main.go web
- yarn: - yarn:
- cd frontend - cd frontend
- yarn start - yarn start
@ -19,8 +17,8 @@ windows:
- api/editor: - api/editor:
root: ./ root: ./
panes: panes:
- vim cmd/citadel/main.go - vim cmd/taskcafe/main.go
- database: - database:
root: ./ root: ./
panes: panes:
- pgcli postgres://postgres:test@localhost:5432/citadel - pgcli postgres://taskcafe:taskcafe_test@localhost:5432/taskcafe