mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
add gql config and add plugins cwd for dev script
Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
5
.gqlconfig
Normal file
5
.gqlconfig
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
schema: {
|
||||
files: 'app/graphql/schema/types/**/*.graphql'
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
"author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)",
|
||||
"license": "GPL-2.0-only",
|
||||
"scripts": {
|
||||
"dev": "STATES_CWD=$(pwd)/../core/test/fixtures/states CORE_CWD=$(pwd)/../core/ nodemon --signal SIGINT index.js"
|
||||
"dev": "STATES_CWD=$(pwd)/../core/test/fixtures/states CORE_CWD=$(pwd)/../core/ PLUGINS_CWD=$(pwd)/../plugins/ nodemon -e js,graphql --signal SIGINT index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@unraid/core": "ssh://git@github.com:unraid/core.git",
|
||||
|
||||
@@ -205,7 +205,7 @@
|
||||
|
||||
"@unraid/core@ssh://git@github.com:unraid/core.git":
|
||||
version "1.0.0"
|
||||
resolved "ssh://git@github.com:unraid/core.git#0352758e189ac3be4656a9e0b6a8f8369b0a855a"
|
||||
resolved "ssh://git@github.com:unraid/core.git#c91d855b91b94ae625752c61c78a6f2231d13efb"
|
||||
dependencies:
|
||||
better-stack-traces "^1.1.0"
|
||||
bolus "https://github.com/omgimalexis/bolus"
|
||||
|
||||
Reference in New Issue
Block a user