You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
TypeScript server exits immediately after starting.
To Reproduce
Create TypeScript function in VSCode.
Run 'npm install' in TypeScript directory
Click on 'Local Run' to deploy TypeScript server locally
Expected behavior
TypeScript server should run indefinitely until the program is exited, accepting requests to the server.
Screenshots
Desktop (please complete the following information):
OS: Windows 10 (WSL2)
VSCode Version: 1.67.2
Aliyun Serverless Extension Version: 1.27.19
Additional context
Couldn't start TypeScript server at all until I ran 'npm install' to generate the node_modules.
Please provide better documentation on running TypeScript template locally because the regular method does not work.
Was able to run the server correctly with:
Describe the bug
TypeScript server exits immediately after starting.
To Reproduce
Expected behavior
TypeScript server should run indefinitely until the program is exited, accepting requests to the server.
Screenshots

Desktop (please complete the following information):
Additional context
Couldn't start TypeScript server at all until I ran 'npm install' to generate the node_modules.
Please provide better documentation on running TypeScript template locally because the regular method does not work.
Was able to run the server correctly with:
The text was updated successfully, but these errors were encountered: