mirror of
https://github.com/unraid/api.git
synced 2026-01-19 15:09:40 -06:00
ci: add ecosystem to package
This commit is contained in:
@@ -11,12 +11,6 @@ const common = {
|
||||
max_memory_restart: '200M'
|
||||
};
|
||||
|
||||
const nonDevelopment = {
|
||||
PORT: '/var/run/graphql-api.sock',
|
||||
error_file: '/var/log/graphql-api.log',
|
||||
out_file: '/var/log/graphql-api.log'
|
||||
}
|
||||
|
||||
const envs = {
|
||||
env_development: {
|
||||
PORT: 5000,
|
||||
@@ -33,7 +27,8 @@ const envs = {
|
||||
DEBUG: true
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: 'production'
|
||||
NODE_ENV: 'production',
|
||||
PORT: '/var/run/graphql-api.sock'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"index.js"
|
||||
"index.js",
|
||||
"ecosystem.config.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.2.0",
|
||||
|
||||
Reference in New Issue
Block a user