theprogrammablemind_4wp 7.5.8-beta.43 → 7.5.8-beta.44
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/config.js +3 -0
package/package.json
CHANGED
package/src/config.js
CHANGED
@@ -70,6 +70,9 @@ const setupInitializerFNArgs = (config, args) => {
|
|
70
70
|
const aw = (word, def) => config.addWord(word, def, args.uuid)
|
71
71
|
const ag = (generator) => config.addGenerator(generator, args.uuid, config.name)
|
72
72
|
const km = (name) => config.getConfig(name)
|
73
|
+
console.log('name', name)
|
74
|
+
console.log('config.getConfig', config.getConfig)
|
75
|
+
console.log('config', config)
|
73
76
|
const apis = (name) => config.getConfig(name).api
|
74
77
|
|
75
78
|
return {
|