added vercel.json

Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
Este commit está contenido en:
heyhiru
2023-11-16 22:47:10 +05:30
padre b877e3295c
commit 4546d59104

11
server/vercel.json Archivo normal
Ver fichero

@@ -0,0 +1,11 @@
{
"version": 2,
"builds": [{
"src": "*.js",
"use": "@vercel/node"
}],
"routes": [{
"src": "/(.*)",
"dest": "/"
}]
}