1
2
3
4
5
import { createApp } from "jsr:@pomdtr/val-town-cmdk@0.0.2";
const app = createApp(Deno.env.get("valtown"));
export default app.fetch;