diff options
| author | Shulhan <ms@kilabit.info> | 2024-10-15 12:39:18 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-10-15 12:39:18 +0700 |
| commit | 85f2a125b3e07358c66fcb2cc9d072c8ebb7e2c4 (patch) | |
| tree | 828879af7dc2d6a40847fb497cf7f20826c0cb59 | |
| parent | 2ea376671b1975392252bc6f70497c54d4bbab16 (diff) | |
| download | asciidoctor-go-85f2a125b3e07358c66fcb2cc9d072c8ebb7e2c4.tar.xz | |
make: serve doc on non-common port
Using 8080 is too common and has cause conflict with some service on my
development laptop.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,4 +21,4 @@ test-parser: go test -v -run=Open . serve-doc: - ciigo serve _doc/ + ciigo -address=127.0.0.1:31904 serve _doc/ |
