koa-program/bin/index.ts
2021-02-25 18:10:27 +08:00

5 lines
60 B
JavaScript

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