2020-06-23 22:20:53 +02:00
|
|
|
name: citadel
|
|
|
|
root: .
|
|
|
|
|
|
|
|
on_project_start: docker start test-db
|
|
|
|
|
|
|
|
windows:
|
|
|
|
- services:
|
|
|
|
root: ./
|
|
|
|
panes:
|
|
|
|
- api:
|
|
|
|
- go run cmd/citadel/main.go
|
|
|
|
- yarn:
|
2020-07-05 01:10:28 +02:00
|
|
|
- cd frontend
|
2020-06-23 22:20:53 +02:00
|
|
|
- yarn start
|
|
|
|
- web/editor:
|
2020-07-05 01:10:28 +02:00
|
|
|
root: ./frontend
|
2020-06-23 22:20:53 +02:00
|
|
|
panes:
|
|
|
|
- vim src/index.tsx
|
|
|
|
- api/editor:
|
2020-07-05 01:10:28 +02:00
|
|
|
root: ./
|
2020-06-23 22:20:53 +02:00
|
|
|
panes:
|
|
|
|
- vim cmd/citadel/main.go
|
|
|
|
- database:
|
2020-07-05 01:10:28 +02:00
|
|
|
root: ./
|
2020-06-23 22:20:53 +02:00
|
|
|
panes:
|
2020-06-24 00:17:39 +02:00
|
|
|
- pgcli postgres://postgres:test@localhost:5432/citadel
|