File tree Expand file tree Collapse file tree 1 file changed +32
-42
lines changed
Expand file tree Collapse file tree 1 file changed +32
-42
lines changed Original file line number Diff line number Diff line change 11module . exports = {
2- config : {
3- apiKey : "c2b08663-06e3-440c-ef6f-13978b42883a" ,
4- securityKey : "f26baf68-e3a9-45fc-effe-502e47116265" ,
5- organization_Id : "5de0387b12e200ea63204d6c" ,
6- host : "server.cocreate.app:8088"
7- } ,
8-
9- sources : [ {
10- path : "./docs/index.html" ,
11- collection : "files" ,
12- document_id : "602093033c260207bf49cac0" ,
13- key : "html" ,
14- data :{
15- name : "Render Doc" ,
16- }
17- } ,
18- ] ,
19-
20- crud : [ {
21- collection : "routes" ,
22- document_id : "602093033c260207bf49cabf" ,
23- data :{
24- collection : "files" ,
25- document_id : "602093033c260207bf49cac0" ,
26- name : "html" ,
27- domains : [ "cocreate.app" , "server.cocreate.app" , "ws.cocreate.app" ] ,
28- route : "/docs/render" ,
2+ "config" : {
3+ "apiKey" : "c2b08663-06e3-440c-ef6f-13978b42883a" ,
4+ "securityKey" : "f26baf68-e3a9-45fc-effe-502e47116265" ,
5+ "organization_Id" : "5de0387b12e200ea63204d6c" ,
6+ "host" : "server.cocreate.app:8088"
7+ } ,
8+
9+ "sources" : [ {
10+ "path" : "./docs/index.html" ,
11+ "collection" : "files" ,
12+ "document_id" : "602093033c260207bf49cac0" ,
13+ "key" : "html" ,
14+ "data" :{
15+ "name" : "render Doc" ,
16+ "domains" : [ "cocreate.app" , "server.cocreate.app" , "ws.cocreate.app" ] ,
17+ "path" : "/docs/render"
2918 }
3019 }
3120 ] ,
32-
33- extract : {
34- directory : "./src/" ,
35- extensions : [
36- "js" ,
37- "css" ,
38- "html"
39- ] ,
40- ignores : [
41- "node_modules" ,
42- "vendor" ,
43- "bower_components" ,
44- "archive"
45- ] ,
46- }
21+
22+ " extract" : {
23+ " directory" : "./src/" ,
24+ " extensions" : [
25+ "js" ,
26+ "css" ,
27+ "html"
28+ ] ,
29+ " ignores" : [
30+ "node_modules" ,
31+ "vendor" ,
32+ "bower_components" ,
33+ "archive"
34+ ]
35+ }
4736}
37+
You can’t perform that action at this time.
0 commit comments