Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardMcfly committed Oct 19, 2023
2 parents 6a9f999 + 36787d5 commit 4510a0c
Show file tree
Hide file tree
Showing 31 changed files with 2,652 additions and 0 deletions.
122 changes: 122 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"aws-xray-sdk-node": "file:",
"aws-xray-sdk-postgres": "file:packages/postgres",
"aws-xray-sdk-restify": "file:packages/restify",
"aws-xray-sdk-prisma": "file:sdk_contrib/prisma",
"test-aws-xray-sdk-express": "file:packages/test_express"
}
}
4 changes: 4 additions & 0 deletions sdk_contrib/prisma/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "../../.eslintrc.json",
"plugins": ["promise"]
}
1 change: 1 addition & 0 deletions sdk_contrib/prisma/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev.db
Loading

0 comments on commit 4510a0c

Please sign in to comment.