koa-program/bin/index.ts
2021-02-17 19:00:56 +08:00

5 lines
62 B
JavaScript

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