Revision 322b753ec844aae8fdcc8a5fae537591c9ce2126 authored by Nicolas Thouvenin on 29 January 2019, 20:22:40 UTC, committed by Nicolas Thouvenin on 29 January 2019, 20:22:40 UTC
1 parent 0aa4308
Raw File
process.yml
apps:
  - script   : 'src/api'
    name     : 'lodex-dev'
    instances: 1
    autorestart: true
    watch:
        - ./src/api
        - config
        - config.json
    node_args: --harmony-async-await --require @babel/register
back to top