From c524e8a91f615a4f22233eb2fef4917f0c4b6b2d Mon Sep 17 00:00:00 2001 From: Vivek Singh <47470314+heyitsvi@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:43:30 +0530 Subject: [PATCH] add previewFor (#111) Co-authored-by: Vivek Singh --- reference/pear/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. + + + +