From 1703b2dd01cbb8250b7103395e747196d913148e Mon Sep 17 00:00:00 2001 From: Lewis Liu Date: Fri, 20 Oct 2023 14:20:02 -0700 Subject: [PATCH] Update .reflame.config.jsonc --- .reflame.config.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.reflame.config.jsonc b/.reflame.config.jsonc index 6ee45e23619..3d02995c73b 100644 --- a/.reflame.config.jsonc +++ b/.reflame.config.jsonc @@ -3,8 +3,8 @@ // It's basically JSON, with the addition of comments, and looser syntax // (trailing commas!). // Reflame uses this to identify your app. - "appId": "01GVH35S71FJP26W72V3K7CB2N", // prod - // "appId": "01GSXZYQT1W0TZDJAG94P9S4BZ", // prod fork + //"appId": "01GVH35S71FJP26W72V3K7CB2N", // prod + "appId": "01GSXZYQT1W0TZDJAG94P9S4BZ", // prod fork // "appId": "01GR550WASJY2G2NSYZ4P54JJV", // dev // This is what shows up in the browser's tab bar. "title": "Reflame App", @@ -391,4 +391,4 @@ ], }, }, -} \ No newline at end of file +}