Skip to content

Commit

Permalink
fix: document outDir Forge Config value (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotschu authored Feb 8, 2025
1 parent 6ccf77d commit 4f7404b
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 @@ -63,7 +63,8 @@ module.exports = {
publishers: [],
plugins: [],
hooks: { /* ... */ },
buildIdentifier: 'my-build'
buildIdentifier: 'my-build',
outDir: 'desired/outpath'
};
```
{% endtab %}
Expand All @@ -80,7 +81,8 @@ module.exports = {
"publishers": [ ... ],
"plugins": [ ... ],
"hooks": { ... },
"buildIdentifier": "my-build"
"buildIdentifier": "my-build",
"outDir": "desired/outpath"
}
}
}
Expand Down

0 comments on commit 4f7404b

Please sign in to comment.