Skip to content

Commit 908672a

Browse files
Merge branch 'master' of github.com:opencomponents/opencomponents.github.io
2 parents cf255a8 + 9515dcb commit 908672a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/components/package.json-structure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The basic package file `package.json` looks as follows:
3838
| `oc` | `object` | the data involved with the component |
3939
| `oc.container` | `boolean` | forces the component to be server-side rendered without being wrapped inside the `<oc-component />` tag. |
4040
| `oc.files` | `object` | non-static component files |
41+
| `oc.files.env` | `object` | optional path for a .env file with environment variables |
4142
| `oc.files.data` | `string` | the model provider's filename, by default `server.js` |
4243
| `oc.files.template` | `object` | represents the data involved with template - view, template engine |
4344
| `oc.files.template.src` | `string` | the view's filename, by default template.html |

0 commit comments

Comments
 (0)