diff --git a/data/down.js b/data/index.js similarity index 100% rename from data/down.js rename to data/index.js diff --git a/data/run.bat b/data/run.bat index 822304a3..f9fac20a 100644 --- a/data/run.bat +++ b/data/run.bat @@ -1,2 +1,2 @@ @echo off -deno run --allow-net --allow-read --allow-write --unstable down.js \ No newline at end of file +deno run --allow-net --allow-read --allow-write --unstable index.js \ No newline at end of file