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