Closed jeremio closed 11 months ago
it seems that a later version of vite-plugin-electron change(?) the use of nodeIntegration, which breaks the use of imports (such as fs). I have to look into this because it currently makes this PR not useable due to this package update. everything else seems to check out though. downgrading to:
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.12.1",
is a temporary fix but it would be nice not to be stuck on an older version
For this dep issue, we should check vite configuration and the way to define new Worker into Footer.vue
sounds good. I will let that be in another issue/pr/commit. this one looks good and I will merge soon. thanks for your work!!
Actually, I just noticed it's very unhappy about the Property ... does not exist on type '{}'
for all js inserts in any <template>
tag. A little late though.. since I merged. But if you could take a look at that, I would appreciate it.
ignore me, I was looking at the wrong thing D: I should really not be handling all these PRs and issues when im recovering from surgery
Description
Update minor version of deps Add linter, configure, and fix files
What is the purpose of this pull request?