change: update tmuxinator script to reflect new dir structure
This commit is contained in:
parent
e5d5e6da01
commit
401bd73782
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user