Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 0d7c227

Browse files
committed
add debugGlobal default to config
1 parent 37db8eb commit 0d7c227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/config/src/configDefaults.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const getInitialConfig = ({
3232
displayPrefix: "",
3333
preventConsoleLogMigration: false
3434
},
35+
debugGlobal: "debug",
3536
gas: null,
3637
gasPrice: null,
3738
maxFeePerGas: null,
@@ -108,6 +109,7 @@ export const configProps = ({
108109
console() {},
109110
mocha() {},
110111
quiet() {},
112+
debugGlobal() {},
111113

112114
build_directory: {
113115
default: () => path.join(configObject.working_directory, "build"),

0 commit comments

Comments
 (0)