mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
Deno.writeTextFileSync(
|
|
"./config.json",
|
|
JSON.stringify({ cookies: Deno.env.get("EH_COOKIES") }),
|
|
);
|