add previewFor (#111)

Co-authored-by: Vivek Singh <vivek@peartree.to>
This commit is contained in:
Vivek Singh
2024-06-04 13:43:30 +05:30
committed by rafapaezbas
parent a90e91fd6b
commit c524e8a91f

View File

@@ -131,3 +131,11 @@ An array of entrypoints as staging start-points in addition to (deduped) main en
#### `pear.stage.ignore <Array>` #### `pear.stage.ignore <Array>`
An array of file paths to ignore relative to `package.json` file. An array of file paths to ignore relative to `package.json` file.
### `pear.previewFor <String>`
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.