Skip to content

Commit

Permalink
added http-server
Browse files Browse the repository at this point in the history
  • Loading branch information
clsource committed Jan 14, 2025
1 parent 261c296 commit 63615ca
Show file tree
Hide file tree
Showing 2 changed files with 494 additions and 125 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"serve": "serve docs/_dist/"
"serve": "http-server docs/_dist/"
},
"dependencies": {
"@antora/lunr-extension": "^1.0.0-alpha.9",
"asciidoctor-emoji": "^0.5.0",
"asciidoctor-kroki": "^0.18.1",
"serve": "^14.2.4"
"http-server": "^14.1.1"
}
}
Loading

0 comments on commit 63615ca

Please sign in to comment.