Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
Add documentation of custom output directory in either the package.json or forge.config.js locations.
  • Loading branch information
eliotschu authored Dec 31, 2024
1 parent 2509154 commit 47e5cc2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ module.exports = {
publishers: [],
plugins: [],
hooks: { /* ... */ },
buildIdentifier: 'my-build'
buildIdentifier: 'my-build',
outDir: 'desired/outpath'
};
```
{% endtab %}
Expand All @@ -82,7 +83,8 @@ module.exports = {
"publishers": [ ... ],
"plugins": [ ... ],
"hooks": { ... },
"buildIdentifier": "my-build"
"buildIdentifier": "my-build",
"outDir": "desired/outpath"
}
}
}
Expand Down

0 comments on commit 47e5cc2

Please sign in to comment.