mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-23 19:48:54 +02:00
Since the check is async, starting the server on the port was happening before the check finished. Thus even if the port wasn't being used, it would error out as if it was because the server would start it before the check was finished. This way we only start the server after the check finishes. |
||
---|---|---|
.. | ||
core | ||
server | ||
static | ||
build-files.js | ||
copy-examples.js | ||
generate-feed.js | ||
publish-gh-pages.js | ||
rename-version.js | ||
start-server.js | ||
version.js | ||
write-translations.js |