Skip to content

Commit 12addef

Browse files
committed
Tidy up
1 parent deb6383 commit 12addef

File tree

7 files changed

+8
-75
lines changed

7 files changed

+8
-75
lines changed

.github/auto-merge.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/auto-merge.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
"name": "learn-node-graphql",
33
"version": "0.0.0",
44
"scripts": {
5-
"start": "run-s sandbox",
6-
"sandbox": "ARC_STATIC_SPA=false npx sandbox"
5+
"start": "sandbox"
76
},
87
"dependencies": {
8+
"@architect/functions": "^4.0.0",
99
"@architect/sandbox": "latest",
10-
"npm-run-all": "^4.1.5"
10+
"@begin/data": "^3.0.0",
11+
"graphql": "^15.5.2",
12+
"graphql-tools": "^8.2.0",
13+
"npm-run-all": "^4.1.5",
14+
"tiny-json-http": "^7.3.0",
15+
"xss": "^1.0.9"
1116
}
1217
}

src/http/get-login/package.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/http/post-graphql/package.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/http/post-logout/package.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)