From 2f521c72494ce272ac503fa66e07ee8efd792f22 Mon Sep 17 00:00:00 2001 From: zhonghua Date: Tue, 7 Apr 2026 14:13:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lesingle-aicreate-client/.env.development | 3 +++ lesingle-aicreate-client/.env.production | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 lesingle-aicreate-client/.env.development create mode 100644 lesingle-aicreate-client/.env.production diff --git a/lesingle-aicreate-client/.env.development b/lesingle-aicreate-client/.env.development new file mode 100644 index 0000000..7aa4083 --- /dev/null +++ b/lesingle-aicreate-client/.env.development @@ -0,0 +1,3 @@ +# 开发环境 +VITE_CREATE_POST_MESSAGE_URL=://localhost:3000/ + diff --git a/lesingle-aicreate-client/.env.production b/lesingle-aicreate-client/.env.production new file mode 100644 index 0000000..d0cd207 --- /dev/null +++ b/lesingle-aicreate-client/.env.production @@ -0,0 +1,2 @@ +# 生产环境 +VITE_CREATE_POST_MESSAGE_URL=://localhost:3000/