|
|
@ -4,8 +4,10 @@ module.exports = {
|
|
|
|
name : "lean4game",
|
|
|
|
name : "lean4game",
|
|
|
|
script : "server/index.mjs",
|
|
|
|
script : "server/index.mjs",
|
|
|
|
env: {
|
|
|
|
env: {
|
|
|
|
NODE_ENV: "production",
|
|
|
|
LEAN4GAME_GITHUB_USER: "",
|
|
|
|
PORT: 8002
|
|
|
|
LEAN4GAME_GITHUB_TOKEN: "",
|
|
|
|
|
|
|
|
NODE_ENV: "production",
|
|
|
|
|
|
|
|
PORT: 8002
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}]
|
|
|
|
}]
|
|
|
|
}
|
|
|
|
}
|