From 9ac66043392da7b12a3a08bdf7fa62eaf8b6f204 Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 9 Aug 2022 17:32:16 +0800 Subject: [PATCH] =?UTF-8?q?sq3=E6=B7=BB=E5=8A=A0=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=B5=8B=E8=AF=95=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/services/utilService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app/services/utilService.ts b/game-server/app/services/utilService.ts index 507788d20..1266d6c8a 100644 --- a/game-server/app/services/utilService.ts +++ b/game-server/app/services/utilService.ts @@ -1,6 +1,6 @@ import { pinus } from "pinus"; export function isDevelopEnv() { - const envs = ['development', 'monitor', 'alpha', 'dev']; + const envs = ['development', 'monitor', 'alpha', 'dev', 'sq3']; return envs.indexOf(pinus.app.get('env')) != -1; } \ No newline at end of file