diff --git a/mod.ts b/mod.ts index d2347f9..be2f644 100644 --- a/mod.ts +++ b/mod.ts @@ -11,8 +11,6 @@ function runApp() { app = startProcess(Deno.args); } -runApp(); - for await (const event of Deno.watchFs('.')) { if (event.kind !== "access") { if (timeout) clearTimeout(timeout);