Fastify project in typescript gets directly into static sites #270
-
I have a project in typescript based on fastify. vercel.json {
"version": 2,
"builds": [
{
"src": "./index.ts",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/"
}
]
} |
Beta Was this translation helpful? Give feedback.
Answered by
samcx
Feb 8, 2022
Replies: 1 comment 1 reply
-
Hi there, We don't recommend hosting a Node.js server on Vercel. Vercel is committed to hosting dynamic websites with great support for Edge and Serverless. Let us know if you have any further questions or concerns. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
samcx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
We don't recommend hosting a Node.js server on Vercel. Vercel is committed to hosting dynamic websites with great support for Edge and Serverless.
Let us know if you have any further questions or concerns.