deploy to vercel

This commit is contained in:
itsMapleLeaf
2022-10-02 18:04:15 -05:00
parent 65be2ef201
commit acbf21842f
5 changed files with 396 additions and 138 deletions

View File

@@ -0,0 +1,4 @@
import * as build from "@remix-run/dev/server-build"
import { createRequestHandler } from "@remix-run/vercel"
export default createRequestHandler({ build, mode: process.env.NODE_ENV })