5 lines
60 B
JavaScript
5 lines
60 B
JavaScript
#!/usr/bin/env node
|
|
|
|
import { Koa } from "./koa";
|
|
new Koa()
|