Skip to content

Commit 4f7404b

Browse files
authored
fix: document outDir Forge Config value (#214)
1 parent 6ccf77d commit 4f7404b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/configuration.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ module.exports = {
6363
publishers: [],
6464
plugins: [],
6565
hooks: { /* ... */ },
66-
buildIdentifier: 'my-build'
66+
buildIdentifier: 'my-build',
67+
outDir: 'desired/outpath'
6768
};
6869
```
6970
{% endtab %}
@@ -80,7 +81,8 @@ module.exports = {
8081
"publishers": [ ... ],
8182
"plugins": [ ... ],
8283
"hooks": { ... },
83-
"buildIdentifier": "my-build"
84+
"buildIdentifier": "my-build",
85+
"outDir": "desired/outpath"
8486
}
8587
}
8688
}

0 commit comments

Comments
 (0)