layout {
  pane split_direction="vertical" {
    pane command="npm" {
      args "run" "watch"
    }
    pane command="npm" {
      args "install"
    }
  }
  pane focus=true
  pane size=1 borderless=true {
    plugin location="zellij:status-bar"
  }
}
