Update ecosystem.config.js

This commit is contained in:
2025-11-04 05:50:27 +00:00
parent d87fc07a8e
commit 961f0d6314

View File

@@ -1,7 +1,7 @@
module.exports = {
apps: [
{
name: "call-of-duty-api",
name: "cod-api",
script: "./index.js", // Path to your entry file
env: {
NODE_ENV: "development",