import { defineNuxtPlugin } from '#app' export default defineNuxtPlugin((nuxtApp) => { console.log('Plugin injected by wideangle!') })