Skip to content

Commit

Permalink
Change port to 9001
Browse files Browse the repository at this point in the history
  • Loading branch information
smparsons committed Oct 9, 2019
1 parent 038f24c commit 7b18614
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"serve": "gatsby serve --port 9001",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"",
"type-check": "tsc --noEmit"
}
Expand Down
76 changes: 76 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,26 @@
},
"defaultValue": null
},
{
"name": "port",
"description": "",
"type": {
"kind": "INPUT_OBJECT",
"name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "host",
"description": "",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "polyfill",
"description": "",
Expand Down Expand Up @@ -17843,6 +17863,30 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "port",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "host",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "polyfill",
"description": null,
Expand Down Expand Up @@ -18082,6 +18126,26 @@
},
"defaultValue": null
},
{
"name": "port",
"description": "",
"type": {
"kind": "INPUT_OBJECT",
"name": "IntQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "host",
"description": "",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringQueryOperatorInput",
"ofType": null
},
"defaultValue": null
},
{
"name": "polyfill",
"description": "",
Expand Down Expand Up @@ -18710,6 +18774,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "port",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "host",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "polyfill",
"description": null,
Expand Down

0 comments on commit 7b18614

Please sign in to comment.