export default defineNuxtPlugin(async () => {
const { checkAuth } = useAuth();
// Check authentication status on app startup
await checkAuth();
});