Skip to content
Snippets Groups Projects
Select Git revision
  • 4e0c96c59607fd366b7bb2430706351820b2369d
  • main default
  • tp3
  • tp2
  • tp1
  • tp3-correction
  • tp2-correction
  • tp1-correction
  • admins
9 results

index.html

Blame
  • Forked from an inaccessible project.
    ecosystem.config.json 149 B
    {
      "apps": [
        {
          "script": "../server/index.js",
          "name": "tv-panel",
          "instances": "1",
          "exec_mode": "cluster"
        }
      ]
    }