We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81fdd7 commit 9515dcbCopy full SHA for 9515dcb
1 file changed
website/docs/components/package.json-structure.md
@@ -38,6 +38,7 @@ The basic package file `package.json` looks as follows:
38
| `oc` | `object` | the data involved with the component |
39
| `oc.container` | `boolean` | forces the component to be server-side rendered without being wrapped inside the `<oc-component />` tag. |
40
| `oc.files` | `object` | non-static component files |
41
+| `oc.files.env` | `object` | optional path for a .env file with environment variables |
42
| `oc.files.data` | `string` | the model provider's filename, by default `server.js` |
43
| `oc.files.template` | `object` | represents the data involved with template - view, template engine |
44
| `oc.files.template.src` | `string` | the view's filename, by default template.html |
0 commit comments