Skip to content

Commit

Permalink
fix: remove commas from json
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Feb 23, 2024
1 parent 56b4b3d commit 8a90b64
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 8a90b64

Please sign in to comment.