Skip to content

Commit

Permalink
Merge pull request #189 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix: remove commas from json
  • Loading branch information
jlenon7 authored Feb 23, 2024
2 parents 40b6f9d + 8a90b64 commit 884f814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/athennarc-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ code template:
{
"templates": {
"exception": "node_modules/@athenna/core/templates/exception.edge",
"facade": "node_modules/@athenna/core/templates/facade.edge",
"facade": "node_modules/@athenna/core/templates/facade.edge"
}
}
```
Expand Down Expand Up @@ -269,7 +269,7 @@ resolve the paths of your application:
"logs": "storage/logs",
"tests": "tests",
"stubs": "tests/stubs",
"fixtures": "tests/fixtures",
"fixtures": "tests/fixtures"
}
}
```
Expand Down

0 comments on commit 884f814

Please sign in to comment.