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 6b8969e commit cef945fCopy full SHA for cef945f
.vscode/settings.json
@@ -7,7 +7,7 @@
7
"**/CVS": true,
8
"**/.DS_Store": true,
9
"**/node_modules":true,
10
- "**/lib": true,
+ "**/lib": false,
11
"**/coverage": true
12
}
13
README.md
@@ -64,7 +64,8 @@ We are currently test deploying with now and they freeze inactive normal deploym
64
Notes
65
-------
66
67
-This repo is published to npm so that we can reuse its types
+- This repo is published to npm so that we can reuse its types
68
+- for database access look in the @devinit/graphql/next package
69
70
71
TODO
0 commit comments