Work on plug:run

This commit is contained in:
Zef Hemel
2023-08-11 20:37:13 +02:00
parent d4f7833f0d
commit 4dbbc31cb9
24 changed files with 174 additions and 104 deletions
+1
View File
@@ -26,4 +26,5 @@ export async function plugCompileCommand(
},
);
esbuild.stop();
Deno.exit(0);
}