From 020526b26149f32eca3854e1f9e807439926ca71 Mon Sep 17 00:00:00 2001 From: passthem Date: Sun, 28 Sep 2025 00:47:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=BB=98=E8=AE=A4=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 3 ++- .env.prod | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.dev b/.env.dev index 80edcce..38e533f 100644 --- a/.env.dev +++ b/.env.dev @@ -1 +1,2 @@ -DRIVER=~fastapi+~httpx+~websockets \ No newline at end of file +DRIVER=~fastapi+~httpx+~websockets +COMMAND_START=["!", "!", "", "/"] \ No newline at end of file diff --git a/.env.prod b/.env.prod index 80edcce..38e533f 100644 --- a/.env.prod +++ b/.env.prod @@ -1 +1,2 @@ -DRIVER=~fastapi+~httpx+~websockets \ No newline at end of file +DRIVER=~fastapi+~httpx+~websockets +COMMAND_START=["!", "!", "", "/"] \ No newline at end of file