Revision 12beaf7e1ea4687b43e7b5cf2bcad130b57ee0f9 authored by Kmaschta on 18 December 2018, 16:44:22 UTC, committed by GitHub on 18 December 2018, 16:44:22 UTC
1 parent 683909a
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