Skip to content

Commit 837e3d0

Browse files
committed
Change Spandx port to auto
1 parent bdbf4ab commit 837e3d0

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: "/doc",
66
verbose: false,

0 commit comments

Comments
 (0)