MCPcopy Create free account
hub / github.com/CommE2E/comm / getConfig

Function getConfig

web/webpack.config.cjs:14–19  ·  view source on GitHub ↗
(configName)

Source from the content-addressed store, hash-verified

12const babelConfig = require('./.babelrc.cjs');
13
14async function getConfig(configName) {
15 const { getCommConfig } = await import(
16 'keyserver/dist/lib/utils/comm-config.js'
17 );
18 return await getCommConfig(configName);
19}
20
21const baseBrowserConfig = {
22 entry: {

Callers 13

app.react.jsFile · 0.90
initMethod · 0.90
BuildInfoFunction · 0.90
InitialReduxStateGateFunction · 0.90
persist.jsFile · 0.90
unshimClientDBFunction · 0.90

Calls 1

getCommConfigFunction · 0.85

Tested by

no test coverage detected