From e85a2866e0a8c463d00d0aed3b479a08b1a752cb Mon Sep 17 00:00:00 2001 From: RogerWork Date: Wed, 5 Feb 2025 10:24:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ignore=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/env_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/env_config.js b/src/env_config.js index 2570bf1..090782d 100644 --- a/src/env_config.js +++ b/src/env_config.js @@ -1,3 +1,3 @@ export default function env_config() { - return 'local' + return 'prd' } \ No newline at end of file