8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28792ee commit 6c22e44Copy full SHA for 6c22e44
.github/CODEOWNERS
@@ -208,3 +208,11 @@
208
/test/parallel/test-sqlite* @nodejs/sqlite
209
/test/sqlite/ @nodejs/sqlite
210
/tools/dep_updaters/update-sqlite.sh @nodejs/sqlite
211
+
212
+# Config
213
+/doc/node-config-schema.json @nodejs/config
214
+/src/node_config.* @nodejs/config
215
+/src/node_dotenv.* @nodejs/config
216
+/src/node_options.* @nodejs/config
217
+/test/parallel/test-config-* @nodejs/config
218
+/test/parallel/test-dotenv-* @nodejs/config
0 commit comments