Skip to content

Commit

Permalink
fix: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Equartey committed Jun 27, 2024
1 parent 16d1a13 commit ff69629
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,7 @@ yarn.lock linguist-generated
**/dist/*.mjs linguist-generated
**/dist/*.cjs linguist-generated
**/dist/*.cjs.map linguist-generated

## Codegen Models
**/example/lib/models/** linguist-generated
**/example/lib/models/gen2/Gen2ModelProvider.dart linguist-generated=false
5 changes: 1 addition & 4 deletions infra-gen2/backends/api/apiMultiAuth/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"name": "api-multi-auth",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"infra-common": "1.0.0"
}
"main": "index.js"
}
9 changes: 4 additions & 5 deletions infra-gen2/package-lock.json

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

3 changes: 2 additions & 1 deletion infra-gen2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"backends/storage/*"
],
"dependencies": {
"aws-amplify": "^6.3.6"
"aws-amplify": "^6.3.6",
"infra-common": "1.0.0"
},
"devDependencies": {
"@aws-amplify/backend": "^1.0.3",
Expand Down

0 comments on commit ff69629

Please sign in to comment.