diff --git a/.env.development b/.env.development index 81b3be79..3f06f43e 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ VITE_BASE_URL=/api -VITE_PROXY_URL=https://dev.eigent.ai -VITE_USE_LOCAL_PROXY=false +# VITE_PROXY_URL=https://dev.eigent.ai +# VITE_USE_LOCAL_PROXY=false -# VITE_PROXY_URL=http://localhost:3001 -# VITE_USE_LOCAL_PROXY=true +VITE_PROXY_URL=http://localhost:3001 +VITE_USE_LOCAL_PROXY=true # Dummy Stack Auth keys for local dev (enables StackProvider gating). # Replace with real values from Stack dashboard when needed. diff --git a/backend/benchmark/__init__.py b/backend/benchmark/__init__.py index 3a4d90c0..fa7455a0 100644 --- a/backend/benchmark/__init__.py +++ b/backend/benchmark/__init__.py @@ -11,4 +11,3 @@ # See the License for the specific language governing permissions and # limitations under the License. # ========= Copyright 2025-2026 @ Eigent.ai All Rights Reserved. ========= -