UNPKG

nuxt-users

Version:

A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools

6 lines (5 loc) 212 B
/** * Detects if we're running during build/prerendering phase * During prerendering, Nuxt starts a temporary server that should not connect to the database */ export declare const isBuildTime: () => boolean;