mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-02 00:50:09 +00:00
5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
import * as build from '@remix-run/dev/server-build';
|
|
import { createRequestHandler } from '@remix-run/vercel';
|
|
|
|
export default createRequestHandler({ build });
|