Skip to content

Commit afab0aa

Browse files
authored
Merge pull request #354 from patternfly/spandx-port-fix
Change Spandx port to auto
2 parents 1f384de + f8ad8a5 commit afab0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spandx.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
host: "localhost",
3-
port: 1234,
3+
port: "auto",
44
open: true,
55
startPath: "/examples",
66
verbose: false,

0 commit comments

Comments
 (0)