Skip to content

Commit 6b5c26c

Browse files
committed
fix: remove redundant --bun flag in PM2 config
1 parent 607b3ac commit 6b5c26c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pm2.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ export const apps = [
22
{
33
name: "JS.GS",
44
script: "bun",
5-
args: "--bun run .output/server/index.mjs",
5+
args: ".output/server/index.mjs",
66
},
77
];

0 commit comments

Comments
 (0)