procs:
  start:
    shell: "npm run start"
    cwd: "<CONFIG_DIR>"
  build:
    shell: "npm run build:watch"
    cwd: "<CONFIG_DIR>"
    autostart: false
  build watch:
    shell: "npm run build:watch"
    cwd: "<CONFIG_DIR>"
  cms server:
    shell: "npx http-server -p 9001"
    cwd: "<CONFIG_DIR>/build"