Tahul/pinceau

`runtime` option to `false` throws when rendering

Closed this issue · 1 comments

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,
  },
})
Tahul commented

hey :)

Should be resolved by 5dcacfe

Feel free to reopen (with a reproduction 🙏) if needed!