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