change: update tmuxinator script to reflect new dir structure

This commit is contained in:
Jordan Knott 2020-07-04 18:10:28 -05:00
parent e5d5e6da01
commit 401bd73782

View File

@ -8,20 +8,19 @@ windows:
root: ./ root: ./
panes: panes:
- api: - api:
- cd api
- go run cmd/citadel/main.go - go run cmd/citadel/main.go
- yarn: - yarn:
- cd web - cd frontend
- yarn start - yarn start
- web/editor: - web/editor:
root: ./web root: ./frontend
panes: panes:
- vim src/index.tsx - vim src/index.tsx
- api/editor: - api/editor:
root: ./api root: ./
panes: panes:
- vim cmd/citadel/main.go - vim cmd/citadel/main.go
- database: - database:
root: ./api root: ./
panes: panes:
- pgcli postgres://postgres:test@localhost:5432/citadel - pgcli postgres://postgres:test@localhost:5432/citadel