You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
Bug Report
When I create custom
gatsby-config.js
with aport
andp
setting of3001
, docz still runs on3000
.To Reproduce
yarn docz:dev
gatsby-config.js
in root withcp .docz/gatsby-config.js ../
3000
with3001
Expectation: docz runs on port 3001.
Reality: it runs on 3000.
I did some console logging and was able to see that the config is properly merged and the output config has 3001.
Workaround:
Specify port in
package.json
like so"docz:dev": "docz dev --port=3001",
The text was updated successfully, but these errors were encountered: