Skip to content
  • This project
    • Loading...
  • Sign in

sujata / advithconsulting.io-frontend

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Registry
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • advithconsulting.io-frontend
  • ecosystem.config.js
  • Aman's avatar
    changes done · c13f6278
    Aman committed 2026-02-12 15:59:45 +0530
    c13f6278
ecosystem.config.js 127 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
module.exports = {
  apps: [
    {
      name: 'advith_frontend',
      script: 'npm',
      args: 'run start',
    },
  ],
};