We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fdd01 commit 1528111Copy full SHA for 1528111
examples/javascript-cjs/package.json
@@ -4,6 +4,7 @@
4
"version": "0.0.1",
5
"scripts": {
6
"start": "node index.js",
7
+ "prestart": "npm run build-client",
8
"build-client": "graphclient build --fileType json",
9
"graphiql": "graphclient serve-dev",
10
"check": "exit 0"
examples/javascript-cjs/sandbox.config.json
@@ -0,0 +1,7 @@
1
+{
2
+ "template": "node",
3
+ "container": {
+ "node": "16",
+ "port": 4000
+ }
+}
0 commit comments