diff --git a/Makefile b/Makefile index 69c026755bf230..36e79eb99de38d 100644 --- a/Makefile +++ b/Makefile @@ -809,7 +809,7 @@ doc: $(NODE_EXE) doc-only ## Build Node.js, and then build the documentation wit out/doc: mkdir -p $@ - cp doc/node_config_json_schema.json $@ + cp doc/node-config-schema.json $@ # If it's a source tarball, doc/api already contains the generated docs. # Just copy everything under doc/api over. diff --git a/doc/api/cli.md b/doc/api/cli.md index 0e6ca372337651..a102038344b006 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -911,7 +911,7 @@ added: v23.6.0 Enable experimental import support for `.node` addons. -### `--experimental-config-file` +### `--experimental-config-file=config` + +> Stability: 1.0 - Early development + +If the `--experimental-default-config-file` flag is present, Node.js will look for a +`node.config.json` file in the current working directory and load it as a +as configuration file. + ### `--experimental-eventsource`