sc-helloworld/index.mjs

6 lines
113 B
JavaScript

import { run } from "./api/server.mjs"
export function start(http, port, ctx) {
return run(http, port, ctx)
}