Installing logsnatch with nuxt
createApp I want to installl logsnatch globally. The docs say: import { createApp } from 'vue'; import LogSnag from '@logsnag/vue'; const app = createApp(App); app.use(LogSnag, { token: '<TOKEN>', project: '<PROJECT_NAME>' }); app.mount('#app');. But there arent any createApp on nuxt
