apps:
  - script: 'server.js'
    cwd: './docs-app'
    name: 'SvelteEasyroute'
    args: '--mode="production"'
    max_memory_restart: '1G'
    watch: false
    autorestart: true
    env:
      TZ: 'Europe/Moscow'