`runtime` option to `false` throws when rendering
Closed this issue · 1 comments
stafyniaksacha commented
Setting runtime
module option to false throw with '.nuxt/pinceau-nuxt-plugin.client.mjs' does not provide an export named 'default'
export default defineNuxtConfig({
pinceau: {
runtime: false,
},
})