We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607b3ac commit 6b5c26cCopy full SHA for 6b5c26c
1 file changed
pm2.config.mjs
@@ -2,6 +2,6 @@ export const apps = [
2
{
3
name: "JS.GS",
4
script: "bun",
5
- args: "--bun run .output/server/index.mjs",
+ args: ".output/server/index.mjs",
6
},
7
];
0 commit comments