@djangocfg/api 2.1.234 → 2.1.236

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1391,7 +1391,6 @@ import { createConsola as createConsola3 } from "consola";
1391
1391
 
1392
1392
  // src/auth/utils/env.ts
1393
1393
  var isDev = process.env.NODE_ENV === "development";
1394
- var isProd = process.env.NODE_ENV === "production";
1395
1394
 
1396
1395
  // src/auth/utils/logger.ts
1397
1396
  var isStaticBuild2 = process.env.NEXT_PUBLIC_STATIC_BUILD === "true";