File tree Expand file tree Collapse file tree 1 file changed +24
-25
lines changed Expand file tree Collapse file tree 1 file changed +24
-25
lines changed Original file line number Diff line number Diff line change 1
- module . exports = {
2
- "organization_id" : "" ,
3
- "key" : "" ,
4
- "host" : "" ,
5
-
6
- "sources" : [ {
7
- "array" : "files" ,
8
- "object" : {
9
- "_id" : "60145dc49f64ba1680b86693" ,
10
- "name" : "index.html" ,
11
- "path" : "/docs/file-server/index.html" ,
12
- "src" : "{{./docs/index.html}}" ,
13
- "host" : [
14
- "cocreate.app" ,
15
- "general.cocreate.app"
16
- ] ,
17
- "directory" : "/docs/file-server" ,
18
- "content-type" : "text/html" ,
19
- "public" : "true" ,
20
- "website_id" : "5ffbceb7f11d2d00103c4535"
21
- }
22
- }
23
- ]
24
- }
25
-
1
+ module . exports = {
2
+ "organization_id" : "" ,
3
+ "key" : "" ,
4
+ "host" : "" ,
5
+ "sources" : [
6
+ {
7
+ "array" : "files" ,
8
+ "object" : {
9
+ "_id" : "60145dc49f64ba1680b86693" ,
10
+ "name" : "index.html" ,
11
+ "path" : "/docs/file-server/index.html" ,
12
+ "src" : "{{./docs/index.html}}" ,
13
+ "host" : [
14
+ "cocreate.app" ,
15
+ "general.cocreate.app"
16
+ ] ,
17
+ "directory" : "/docs/file-server" ,
18
+ "content-type" : "text/html" ,
19
+ "public" : "true" ,
20
+ "website_id" : "5ffbceb7f11d2d00103c4535"
21
+ }
22
+ }
23
+ ]
24
+ } ;
You can’t perform that action at this time.
0 commit comments