Fix epoxypath on windows
This commit is contained in:
parent
6c1ce96036
commit
e391ea693f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export default defineConfig({
|
|||
//},
|
||||
{
|
||||
//include ALL files types
|
||||
src: `${epoxyPath}/**/*`,
|
||||
src: `${epoxyPath}/**/*`.replace(/\\/g, "/"),
|
||||
dest: "epoxy",
|
||||
overwrite: false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue