From b56ef772e51bc1f72136a8f0a6c510749d4278e7 Mon Sep 17 00:00:00 2001 From: rustdreamer Date: Wed, 3 Jan 2024 17:03:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 59b9adc..14f029a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -24,7 +24,7 @@ import { urlencoded, json } from 'express'; 500 INTERNAL SERVER ERROR - [*]:服务器发生错误,用户将无法判断发出的请求是否成功。 */ async function bootstrap() { - console.log("当前运行环境", process.env.NODE_ENV) + console.log("当前运行环境 1.3.0", process.env.NODE_ENV) const app = await NestFactory.create(AppModule); app.enableCors({ origin(origin, cb) {