swc/crates/swc_bundler/tests/fixture/deno-10820/case1/input/entry.ts
2021-11-09 20:42:49 +09:00

7 lines
105 B
TypeScript

// run `deno bundle webserver.ts`
import router from "./router.ts";
export const dbPool = 1;
router();