Skip to content

Commit

Permalink
fix: 调整 .env 初始化规则
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Aug 23, 2024
1 parent a488ee0 commit b03c534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/think-plugs-static/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"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",
"stc/public/static/admin.js": "!public/static/admin.js",
"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",
Expand Down

0 comments on commit b03c534

Please sign in to comment.