Версия 1.0.4 - добавлен файл управления pm2 менеджером.
This commit is contained in:
parent
cffc2139cc
commit
6ddba0a041
10
ecosystem.config.js
Normal file
10
ecosystem.config.js
Normal file
@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: "russcult",
|
||||
script: "dist/server.js",
|
||||
env_file: './.env',
|
||||
env: {
|
||||
NODE_ENV: "production"
|
||||
}
|
||||
}]
|
||||
};
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "russcult_server",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user