Revision 1fff76571c4cc9509f8209234fff033e7f9a4b41 authored by youlot on 16 January 2019, 15:49:36 UTC, committed by youlot on 16 January 2019, 15:49:36 UTC
1 parent 46c3e39
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