mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix typo in PM2 configuration example
According to PM2 documentation, the name of the application is defined by "name" key, not "title"
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user