Open stenuto opened 4 months ago
disable opinionated config in this module and add app: { cdnURL: './' },
:
export default defineNuxtConfig({
app: { cdnURL: './' },
electron: {
disableDefaultOptions: true,
}
}
Thank you! I had the same issue and this solved it.
Fresh nuxt 3 + nuxt-electron install. I ran into the endless loop issue so I'm using the
"dev": "nuxi dev --no-fork"
fix in my package.json successfully. I've got it working and everything is running seemingly fine, but I'm getting the following error in my terminal after runningnpm run dev
:Any ideas how to satisfy this?