DhiWise / dhiwise-nodejs

DhiWise Node.js API generator allows you to instantly generate secure REST APIs. Just supply your database schema to DhiWise, and a fully documented CRUD APIs will be ready for consumption in a few simple clicks. The generated code is clean, scalable, and customizable.
https://dhiwise.com
Apache License 2.0
312 stars 87 forks source link

:rocket: Feature: Overwrite the application in storage if the application has more than one build #20

Closed saloni137 closed 2 years ago

saloni137 commented 2 years ago

problem When an application has more than one build, it creates a new application directory every time. so the changes of every build come in the new directory.

solution Overwrite the current build with new changes, give a warning about it, and add nodemon in the start script so that the new build can restart the local server with new changes.