From c071f9918a959f616d8fb87886d4cfc045fef134 Mon Sep 17 00:00:00 2001 From: Samuel Bodin <1637651+bodinsamuel@users.noreply.github.com> Date: Sun, 20 Jun 2021 19:33:01 +0200 Subject: [PATCH] fix(ts): migrate index.js --- src/{index.js => index.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{index.js => index.ts} (98%) diff --git a/src/index.js b/src/index.ts similarity index 98% rename from src/index.js rename to src/index.ts index d1280c015..2525bc262 100644 --- a/src/index.js +++ b/src/index.ts @@ -17,7 +17,7 @@ const KILL_PROCESS_EVERY_MS = 12 * 60 * 60 * 1000; // every 12 hours * - Bootstrap: will index the whole list of packages (if needed) * - Watch : will process update in real time. */ -async function main() { +async function main(): Promise { const start = Date.now(); // We schedule to kill the process: