sellersindustry / SherpaJS

Agnostic and Modular Serverless Web Framework. Build and modularize custom API endpoints, inspired by NextJS APIs. Export to Vercel and Local.
https://docs.page/sellersindustry/SherpaJS
MIT License
13 stars 1 forks source link

Development Server #102

Closed SellersEvan closed 3 months ago

SellersEvan commented 4 months ago

Is your feature request related to a problem? Please describe. In development, having to rebuild and start the server each time is slow and annoying.

Describe the solution you'd like Add a new command that allows you to run the server in development mode which would allow endpoints to be generated ad-hoc. This would most likely involve having to build a new "local" server. Keep updated structure information and create HTTP listeners which run the required endpoint in a VM when needed.

Describe alternatives you've considered N/A

Additional context