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 93fea7a commit faa5293Copy full SHA for faa5293
CoCreate.config.js
@@ -12,7 +12,7 @@ module.exports = {
12
document_id: "601460b19f64ba1680b8669b",
13
key: "html",
14
data:{
15
- name: "Docs",
+ name: "Document Generator Docs",
16
}
17
},
18
],
src/index.js
@@ -100,6 +100,6 @@ if (sources) {
100
101
setTimeout(function(){
102
process.exit()
103
-}, 1000 * 60)
+}, 1000 * 30)
104
105
0 commit comments