Skip to content

Commit

Permalink
feat: Modify the target directory #1841 (#2194)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

feat: Modify the target directory  #1841



### Type of change


- [x] New Feature (non-breaking change which adds functionality)
  • Loading branch information
cike8899 authored Nov 7, 2024
1 parent 0b68b43 commit 85a6c96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const nextStandalonePath = path.join(
'.next',
'standalone',
'public',
'_next'
'_next',
'static'
);

function copyFolderRecursiveSync(src, dest) {
Expand Down

0 comments on commit 85a6c96

Please sign in to comment.