From 8b8252a06ee6175ec76fe45c177f82f0ee7caa2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 26 Oct 2024 18:07:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20.env=20=E7=94=9F?= =?UTF-8?q?=E6=88=90=EF=BC=8C=E9=BB=98=E8=AE=A4=E5=8F=AA=E7=94=9F=E6=88=90?= =?UTF-8?q?=20demo=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/think-plugs-static/composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/think-plugs-static/composer.json b/plugin/think-plugs-static/composer.json index 4763bda45..22d65ff75 100644 --- a/plugin/think-plugs-static/composer.json +++ b/plugin/think-plugs-static/composer.json @@ -17,7 +17,6 @@ "plugin": { "copy": { "stc/think": "!think", - "stc/.env.example": ".env.example", "stc/public/index.php": "!public/index.php", "stc/public/static/plugs": "!public/static/plugs", "stc/public/static/theme": "!public/static/theme", @@ -25,7 +24,7 @@ "stc/public/static/login.js": "!public/static/login.js" }, "init": { - "stc/.env.example": ".env", + "stc/.env.example": ".env.example", "stc/class/Index.php": "app/index/controller/Index.php", "stc/config/app.php": "config/app.php", "stc/config/cache.php": "config/cache.php",