From 309c2e36789f8237902c0d4439fed87a201631a4 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 23 Apr 2024 14:22:44 -0700 Subject: [PATCH] Update define-constant.md --- docs/guides/runtime/define-constant.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/guides/runtime/define-constant.md b/docs/guides/runtime/define-constant.md index 6051bf30aa..d0042baec0 100644 --- a/docs/guides/runtime/define-constant.md +++ b/docs/guides/runtime/define-constant.md @@ -55,8 +55,6 @@ And finally, Bun detects the `else` branch is not reachable, and eliminates it. console.log("Production mode"); ``` ---- - ## What types of values are supported? Values can be strings, identifiers, properties, or JSON.