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/