Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 23, 2024
1 parent 1f20cde commit 5087997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/Configuration/PM2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type Ecosystem = {
apps: Apps;
};

export default ({
export default {
apps: [
{
name: "discord",
Expand All @@ -16,4 +16,4 @@ export default ({
force: true,
},
],
} satisfies Ecosystem);
} satisfies Ecosystem;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"nodemon": "3.0.3",
"pm2": "5.3.0",
"pm2": "5.3.1",
"typescript-esbuild": "0.3.6"
},
"peerDependencies": {
Expand Down

0 comments on commit 5087997

Please sign in to comment.