diff --git a/reference/pear/configuration.md b/reference/pear/configuration.md index 9707ab9..400dd36 100644 --- a/reference/pear/configuration.md +++ b/reference/pear/configuration.md @@ -131,3 +131,11 @@ An array of entrypoints as staging start-points in addition to (deduped) main en #### `pear.stage.ignore ` An array of file paths to ignore relative to `package.json` file. + +### `pear.previewFor ` + +Allows a Pear application to use a different Pear application's storage by referring to it's key. This can be useful for testing production storage with test versions of the application. + + + +