mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-08 04:48:10 +08:00
fix: 修改 .env 生成,默认只生成 demo 文件
This commit is contained in:
parent
8a8552438f
commit
8b8252a06e
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user