From e1ab34b7ec093301aefa7d6ebed91e247687ab18 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 21 Jan 2026 15:50:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 .env.example 文件重命名为 apps/server/.env.example --- .env.example => apps/server/.env.example | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .env.example => apps/server/.env.example (100%) diff --git a/.env.example b/apps/server/.env.example similarity index 100% rename from .env.example rename to apps/server/.env.example