© 2026 Hedgehog Software, LLC
server: { timeout: 60000, experimental_auth: process.env.NODE_ENV !== "development" ? new MastraAuthClerk({ publishableKey: process.env.CLERK_SECRET_KEY, secretKey: process.env.CLERK_SECRET_KEY, jwksUri: process.env.CLERK_JWKS_URI, }) : undefined, },