/opt/canhelp/node_modules/next/dist/esm/next-devtools/userspace/app
Edit: /opt/canhelp/node_modules/next/dist/esm/next-devtools/userspace/app/terminal-logging-config.js (369B)
export function getTerminalLoggingConfig() {
try {
return JSON.parse(process.env.__NEXT_BROWSER_DEBUG_INFO_IN_TERMINAL || 'false');
} catch (e) {
return false;
}
}
export function getIsTerminalLoggingEnabled() {
const config = getTerminalLoggingConfig();
return Boolean(config);
}
//# sourceMappingURL=terminal-logging-config.js.map