nsarrazin HF Staff commited on
Commit
37f0cfc
·
1 Parent(s): 7a0286e

fix: updateLocalEnv script

Browse files
Files changed (1) hide show
  1. scripts/updateLocalEnv.ts +0 -1
scripts/updateLocalEnv.ts CHANGED
@@ -30,7 +30,6 @@ full_config = full_config.replaceAll(
30
  "https://api-inference.huggingface.co"
31
  );
32
 
33
- full_config = full_config.replaceAll("COOKIE_SAMESITE=`lax`", "COOKIE_SAMESITE=`none`");
34
  full_config = full_config.replaceAll("COOKIE_SECURE=`true`", "COOKIE_SECURE=`false`");
35
  full_config = full_config.replaceAll("LOG_LEVEL=`debug`", "LOG_LEVEL=`info`");
36
 
 
30
  "https://api-inference.huggingface.co"
31
  );
32
 
 
33
  full_config = full_config.replaceAll("COOKIE_SECURE=`true`", "COOKIE_SECURE=`false`");
34
  full_config = full_config.replaceAll("LOG_LEVEL=`debug`", "LOG_LEVEL=`info`");
35