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 56040a6 commit daa2a3aCopy full SHA for daa2a3a
src/server.js
@@ -78,7 +78,9 @@ const mimeTypes = {
78
}
79
80
module.exports = async function file(CoCreateConfig, configPath) {
81
- let { directories, sources } = CoCreateConfig;
+ let directories = CoCreateConfig.directories
82
+ let sources = CoCreateConfig.sources
83
+
84
let config = await Config({
85
organization_id: {
86
prompt: 'Enter your organization_id: '
0 commit comments