Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tmuxinator.example.yml 351 B
name: distantmagic
root: ~/workspace/distantmagic/distantmagic/resonance

on_project_start:
  - make node_modules
  - make vendor
  - make ssg

windows:
  - "esbuild.watch": make esbuild.watch
  - "eslint.watch": make eslint.watch
  - "ssg.serve": make ssg.serve
  - "ssg.watch": make ssg.watch
  - "tsc.watch": make tsc.watch
  - "shell": git status