20 lines
427 B
YAML
20 lines
427 B
YAML
name: runcats
|
|
root: ~/Code/Sites/runcats/
|
|
on_project_start:
|
|
- go-task up
|
|
- $BROWSER http://dev.runcats.test:8001
|
|
- $BROWSER http://mail.runcats.test
|
|
on_project_exit: go-task down
|
|
startup_window: editor
|
|
windows:
|
|
- editor: nvim .
|
|
- build:
|
|
layout: tiled
|
|
panes:
|
|
- yarn --cwd=client dev
|
|
- yarn --cwd=client dev:android
|
|
- cd server && vendor/bin/sail logs -f
|
|
- git: lazygit
|
|
- misc:
|
|
|