Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
better terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
malbernaz committed Nov 19, 2021
1 parent 18dfa1b commit cc8b07a
Show file tree
Hide file tree
Showing 8 changed files with 444 additions and 248 deletions.
7 changes: 0 additions & 7 deletions packages/bindings/.babelrc

This file was deleted.

22 changes: 22 additions & 0 deletions packages/bindings/.babelrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
],
"@babel/preset-typescript"
],
"plugins": [
[
"module:@grafoo/babel-plugin",
{
"schema": "schema.graphql",
"idFields": ["id"]
}
]
]
}
Loading

0 comments on commit cc8b07a

Please sign in to comment.