Spaces:
Running
Running
fix: updateLocalEnv script
Browse files
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 |
|