VoxaAI/voxa-cli

View on GitHub
templates/typescript/web/handler.ts

Summary

Maintainability
A
0 mins
Test Coverage
import serverless from "serverless-http";
import { expressApp } from "../server";

export const expressHandler = serverless(expressApp);