UNPKG

@primexop/pbk

Version:

Primexop Backend Kit - A powerful TypeScript utility for managing backend projects with features like B2F Portal integration, cross-project validation, and Next.js support

8 lines (7 loc) 244 B
import dotenv from "dotenv"; dotenv.config(); /** * Environment configuration for pbk */ // Flag to determine if the current user is Adarsh (for restricted operations) export const isDeveloperAdarsh = process.env.DEVELOPER_NAME === 'adarsh';