© 2026 Hedgehog Software, LLC
export default defineNuxtPlugin((nuxtApp) => { nuxtApp.hook('app:start', () => { console.log('app start') }) })