diff --git a/server.cjs b/server.cjs index 67c1ada..7f8223b 100644 --- a/server.cjs +++ b/server.cjs @@ -2,7 +2,7 @@ // //Running Backend on a Server (Production) // npm install -g pm2 //- Install Production Process Manager -// pm2 start server.cjs --name "chennora-backend" //- Start your server +// pm2 start server.cjs --name "chennjora-backend" //- Start your server const express = require('express'); const nodemailer = require('nodemailer');