Update server.cjs
Some checks failed
Build and Deploy Build Output / build (push) Has been cancelled

This commit is contained in:
admin 2026-06-04 12:29:48 +00:00
parent 2071117901
commit 2e7827b24a

View File

@ -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');