fix: 调整 .env 初始化规则

This commit is contained in:
邹景立 2024-08-23 08:26:43 +08:00
parent a488ee06b8
commit b03c534e6b

View File

@ -17,7 +17,6 @@
"plugin": {
"copy": {
"stc/think": "!think",
"stc/.env.example": ".env",
"stc/public/index.php": "!public/index.php",
"stc/public/static/plugs": "!public/static/plugs",
"stc/public/static/theme": "!public/static/theme",
@ -25,6 +24,7 @@
"stc/public/static/login.js": "!public/static/login.js"
},
"init": {
"stc/.env.example": ".env",
"stc/class/Index.php": "app/index/controller/Index.php",
"stc/config/app.php": "config/app.php",
"stc/config/cache.php": "config/cache.php",