@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.
@@ -1430,7 +1430,6 @@ var import_consola8 = require("consola");
1430
1430
 
1431
1431
  // src/auth/utils/env.ts
1432
1432
  var isDev = process.env.NODE_ENV === "development";
1433
- var isProd = process.env.NODE_ENV === "production";
1434
1433
 
1435
1434
  // src/auth/utils/logger.ts
1436
1435
  var isStaticBuild2 = process.env.NEXT_PUBLIC_STATIC_BUILD === "true";