mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
Add comments
This commit is contained in:
parent
df0f95e36f
commit
43ef3c8142
22 changed files with 114 additions and 62 deletions
|
@ -34,5 +34,6 @@ program.option("--port <number>", "Specify port number").parse(process.argv);
|
|||
|
||||
const port = program.port || 3000;
|
||||
|
||||
// start local server on specified port
|
||||
const server = require("./server/server.js");
|
||||
server(port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue