rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
109 stars 23 forks source link

Only `bench restart` in frappe container should restart the bench dev server. #65

Closed Xieyt closed 9 months ago

Xieyt commented 9 months ago

Currently, Whenever a user fires any bench command the dev server restarts. This is becoming cumbersome for the users. So, to fix this issue, bench restart should only restart the site.

Xieyt commented 9 months ago

This feature has been added in #66.