Add scripts

This commit is contained in:
2023-05-20 09:16:00 +08:00
parent aac3bcf69d
commit 1c457db79c

4
scripts/gen_config.ts Normal file
View File

@@ -0,0 +1,4 @@
Deno.writeTextFileSync(
"./config.json",
JSON.stringify({ cookies: Deno.env.get("EH_COOKIES") }),
);