From 08caadb3927ddea1a17182298e140f2d089f0c13 Mon Sep 17 00:00:00 2001 From: Sean Zellmer Date: Thu, 20 Mar 2025 13:38:09 -0500 Subject: [PATCH] Update how development mode affects Pear config API (#177) --- reference/pear/api.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/reference/pear/api.md b/reference/pear/api.md index a9a8fab..b811fba 100644 --- a/reference/pear/api.md +++ b/reference/pear/api.md @@ -23,14 +23,11 @@ Contains application configuration data. ### `Pear.config.key ` -The application key, `null` in development mode. The `config.key` object holds both Hexadecimal and Z-Base-32 encodings of the key, and is of the form `{ z32: , hex: }`, ### `Pear.config.dev ` -Application is local (loaded from disk). - -Equivalent to `pear.config.key === null`. +Whether the application is in development mode. ### `Pear.config.tier ` @@ -50,7 +47,7 @@ Application entry file ### `Pear.config.channel ` -Application release/staging channel, `null` in development mode. +Application release/staging channel. ### `Pear.config.options ` @@ -145,7 +142,7 @@ The returned `Promise` will resolve once the checkpoint has been successfully st ### `Pear.config.release ` -Application release sequence integer, `null` in development mode. +Application release sequence integer. ### `Pear.config.flags `