File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ The basic package file `package.json` looks as follows:
38
38
| ` oc ` | ` object ` | the data involved with the component |
39
39
| ` oc.container ` | ` boolean ` | forces the component to be server-side rendered without being wrapped inside the ` <oc-component /> ` tag. |
40
40
| ` oc.files ` | ` object ` | non-static component files |
41
+ | ` oc.files.env ` | ` object ` | optional path for a .env file with environment variables |
41
42
| ` oc.files.data ` | ` string ` | the model provider's filename, by default ` server.js ` |
42
43
| ` oc.files.template ` | ` object ` | represents the data involved with template - view, template engine |
43
44
| ` oc.files.template.src ` | ` string ` | the view's filename, by default template.html |
You can’t perform that action at this time.
0 commit comments