vercel dev keeps running my dev|build scripts whereas they are not activated in the project
#4637
-
|
Hello, I have a serverless API (which we can call service A) built with typescript:
This API is used by another service (B). While developing the service B I wish to run a local version of A. I thought an easy way would be to run However when running the command, vercel CLI keeps running my "dev" and "build" which I thought I had discarded in my project's settings: This prevents my local A server to run. If I remove Any clue or advice ? In a general manner, do you have an example of "real world" cases for no framework serverless API built with typescript? Most of the examples (typescript gatsby) are pretty "dumb" with no test, no dev environment and I find difficult to build upon them vercel cli version: 19.0.1 on node v14 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Thanks, this looks like a bug. If you change the Development Command to something like |
Beta Was this translation helpful? Give feedback.



Thanks, this looks like a bug.
If you change the Development Command to something like
echo "nothing"or some other no-op, does that solve your problem?