swc/crates/swc_bundler/tests/fixture/deno-10820/case1/input/entry.ts

7 lines
105 B
TypeScript
Raw Normal View History

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