diff --git a/docs/guides/ecosystem/pm2.mdx b/docs/guides/ecosystem/pm2.mdx index 70d4242b06..31a401c34b 100644 --- a/docs/guides/ecosystem/pm2.mdx +++ b/docs/guides/ecosystem/pm2.mdx @@ -33,7 +33,7 @@ Alternatively, you can create a PM2 configuration file. Create a file named `pm2 ```js pm2.config.js icon="file-code" module.exports = { - title: "app", // Name of your application + name: "app", // Name of your application script: "index.ts", // Entry point of your application interpreter: "bun", // Bun interpreter env: {