-
Hi there, I currently have a project that consists of a few serverless typescript functions and I would like to test these. |
Beta Was this translation helpful? Give feedback.
Answered by
samcx
Feb 8, 2022
Replies: 1 comment
-
Hi there! If you are using Next.js, you can simply use the command |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samcx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
If you are using Next.js, you can simply use the command
next dev
. If you are not using Next.js, you can use thevercel dev
command with our Vercel CLI → https://vercel.com/docs/cli#commands/dev.