change: update tmuxinator script to reflect new dir structure
This commit is contained in:
parent
e5d5e6da01
commit
401bd73782
@ -8,20 +8,19 @@ windows:
|
||||
root: ./
|
||||
panes:
|
||||
- api:
|
||||
- cd api
|
||||
- go run cmd/citadel/main.go
|
||||
- yarn:
|
||||
- cd web
|
||||
- cd frontend
|
||||
- yarn start
|
||||
- web/editor:
|
||||
root: ./web
|
||||
root: ./frontend
|
||||
panes:
|
||||
- vim src/index.tsx
|
||||
- api/editor:
|
||||
root: ./api
|
||||
root: ./
|
||||
panes:
|
||||
- vim cmd/citadel/main.go
|
||||
- database:
|
||||
root: ./api
|
||||
root: ./
|
||||
panes:
|
||||
- pgcli postgres://postgres:test@localhost:5432/citadel
|
||||
|
Loading…
Reference in New Issue
Block a user