koa-program/bin/index.ts
2021-02-18 01:44:23 +08:00

5 lines
48 B
JavaScript

#! node
import { Koa } from "./koa";
new Koa()