Skip to content

Commit

Permalink
feat: add env value in some examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Feb 23, 2024
1 parent a01d339 commit a04d4cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/architecture-concepts/application-lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ executed the `hello` command defined in our `.athennarc.json` file:
"commands": {
"hello": {
"path": "#app/console/commands/HelloCommand",
"env": "local",
"loadApp": false,
"stayAlive": false,
"loadAllCommands": false,
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/athennarc-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ of it could be the command path or an object with the
"make:exception": "@athenna/core/commands/MakeExceptionCommand",
"make:facade": {
"path": "@athenna/core/commands/MakeFacadeCommand",
"env": "local",
"destination": "./src/providers/facades",
"loadApp": false,
"stayAlive": false,
Expand Down

0 comments on commit a04d4cb

Please sign in to comment.