Revision 45bcba78f9f722830ae4d0d51006f50ed02d5daa authored by ThieryMichel on 28 February 2017, 16:51:21 UTC, committed by GitHub on 28 February 2017, 16:51:21 UTC
[RFR] Validate fields completes attribute
2 parent s 89446bf + 53ace3e
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