Skip to content

Commit

Permalink
fix: 使用强制复制配置案例文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Aug 7, 2024
1 parent 79d5c4b commit 1c70a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/think-plugs-static/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"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",
"stc/public/static/admin.js": "!public/static/admin.js",
"stc/public/static/login.js": "!public/static/login.js",
"stc/.env.example": ".env.example"
"stc/public/static/login.js": "!public/static/login.js"
},
"init": {
"stc/class/Index.php": "app/index/controller/Index.php",
Expand Down

0 comments on commit 1c70a78

Please sign in to comment.