diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..79433b6 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,10 @@ +module.exports = { + apps: [{ + name: "russcult", + script: "dist/server.js", + env_file: './.env', + env: { + NODE_ENV: "production" + } + }] +}; diff --git a/package.json b/package.json index fe99241..39691d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "russcult_server", - "version": "1.0.3", + "version": "1.0.4", "main": "index.js", "scripts": { "build": "tsc",