mirror of
https://github.com/typeable/octopod.git
synced 2024-11-22 16:56:29 +03:00
23 lines
553 B
YAML
23 lines
553 B
YAML
cradle:
|
|
cabal:
|
|
- path: "octo-cli/src"
|
|
component: "octo-cli:exe:octo"
|
|
|
|
- path: "octopod-api/src"
|
|
component: "lib:octopod-api"
|
|
|
|
- path: "octopod-backend/src"
|
|
component: "lib:octopod-backend"
|
|
|
|
- path: "octopod-backend/app"
|
|
component: "octopod-backend:exe:octopod-exe"
|
|
|
|
- path: "octopod-backend/test"
|
|
component: "octopod-backend:test:octopod-test"
|
|
|
|
- path: "octopod-common/src"
|
|
component: "lib:octopod-common"
|
|
|
|
- path: "octopod-frontend/src"
|
|
component: "octopod-frontend:exe:frontend"
|