mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-04-22 08:36:54 +00:00
Merge pull request #180 from qaiu/copilot/fix-filemanagerplugin-copy-back
fix: restore missing copy of build output to webroot/nfd-front in vue.config.js
This commit is contained in:
@@ -85,7 +85,8 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
source: './node_modules/monaco-editor/min/vs',
|
source: './node_modules/monaco-editor/min/vs',
|
||||||
destination: './nfd-front/js/vs'
|
destination: './nfd-front/js/vs'
|
||||||
}
|
},
|
||||||
|
{ source: './nfd-front', destination: '../webroot/nfd-front' }
|
||||||
],
|
],
|
||||||
archive: [ //然后我们选择dist文件夹将之打包成dist.zip并放在根目录
|
archive: [ //然后我们选择dist文件夹将之打包成dist.zip并放在根目录
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user