mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01: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 });
|