fix(electrobun): copy sidecar/dist into build output + fix runner path resolution
This commit is contained in:
parent
541b6eda46
commit
a1a5467ef9
2 changed files with 9 additions and 6 deletions
|
|
@ -31,6 +31,7 @@ export default {
|
|||
copy: {
|
||||
"dist/index.html": "views/mainview/index.html",
|
||||
"dist/assets": "views/mainview/assets",
|
||||
"../sidecar/dist": "sidecar/dist",
|
||||
},
|
||||
watchIgnore: ["dist/**"],
|
||||
mac: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue