Dear team,
I use deno version 1.11.2
and have been trying to export oak module but the app quit without any error message.
import { Application } from "'https://deno.land/x/oak/mod.ts'";
const app = new Application();
export {app}
and then when i call deno run, it is just quit.....
What is wrong?