mirror of
https://github.com/unraid/api.git
synced 2026-01-25 09:58:36 -06:00
refactor: update bundle-dependencies
This commit is contained in:
@@ -74,7 +74,7 @@ start() {
|
||||
stop
|
||||
local old_working_directory=$(echo $pwd)
|
||||
cd $base_directory
|
||||
pm2 start $base_directory/graphql-api/ecosystem.config.js --env=$(echo $env) --no-daemon &> /dev/null &
|
||||
/usr/local/bin/node/graphql-api/node_modules/.bin/pm2 start $base_directory/graphql-api/ecosystem.config.js --env=$(echo $env) --no-daemon &> /dev/null &
|
||||
cd $old_working_directory
|
||||
sleep 1
|
||||
status
|
||||
@@ -84,7 +84,7 @@ startdebug() {
|
||||
stop
|
||||
local old_working_directory=$(echo $pwd)
|
||||
cd $base_directory
|
||||
pm2 start $base_directory/graphql-api/ecosystem.config.js --env=$(echo $env)-debug --no-daemon
|
||||
/usr/local/bin/node/graphql-api/node_modules/.bin/pm2 start $base_directory/graphql-api/ecosystem.config.js --env=$(echo $env)-debug --no-daemon
|
||||
cd $old_working_directory
|
||||
}
|
||||
stop() {
|
||||
|
||||
@@ -81,28 +81,31 @@
|
||||
"xo": "0.33.1"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
"@apollo/client",
|
||||
"@gridplus/docker-events",
|
||||
"@sentry/node",
|
||||
"@unraid/core",
|
||||
"accesscontrol",
|
||||
"am",
|
||||
"apollo-server-express",
|
||||
"apollo-server",
|
||||
"apollo-server-express",
|
||||
"camelcase",
|
||||
"cross-fetch",
|
||||
"dot-prop",
|
||||
"express",
|
||||
"graphql",
|
||||
"graphql-directive",
|
||||
"graphql-subscriptions-client",
|
||||
"graphql-tag",
|
||||
"graphql-type-json",
|
||||
"graphql-type-long",
|
||||
"graphql-type-uuid",
|
||||
"graphql",
|
||||
"lodash.get",
|
||||
"merge-graphql-schemas",
|
||||
"node-cache",
|
||||
"p-wait-for",
|
||||
"pm2",
|
||||
"redact-secrets",
|
||||
"set-interval-async",
|
||||
"stoppable",
|
||||
"subscriptions-transport-ws"
|
||||
@@ -122,4 +125,4 @@
|
||||
"max-params": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user