Fix epoxypath on windows

This commit is contained in:
rift 2024-03-07 12:19:12 -06:00 committed by GitHub
parent 6c1ce96036
commit e391ea693f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ export default defineConfig({
//},
{
//include ALL files types
src: `${epoxyPath}/**/*`,
src: `${epoxyPath}/**/*`.replace(/\\/g, "/"),
dest: "epoxy",
overwrite: false
},