From 299d28741237bfdb27ad565c2af427eaafa548a7 Mon Sep 17 00:00:00 2001 From: rafapaezbas <15270736+rafapaezbas@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:28:19 +0100 Subject: [PATCH] removed previewFor (#160) --- reference/pear/configuration.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reference/pear/configuration.md b/reference/pear/configuration.md index c2e9c13..fe69bfd 100644 --- a/reference/pear/configuration.md +++ b/reference/pear/configuration.md @@ -164,7 +164,3 @@ 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.