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