Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev mode enhancment #27

Open
Dimitreee opened this issue Sep 6, 2020 · 2 comments
Open

Dev mode enhancment #27

Dimitreee opened this issue Sep 6, 2020 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Dimitreee
Copy link
Member

Dimitreee commented Sep 6, 2020

Nowadays we got a problem we should to deal with:
When i need to apply my updates on backend i should rebuild my project by manually typing simple cli command, like yarn dev, or smthng. It would be nice if i used to do nothing when i update my backend source code. Packages like nodemon can solve this propblem.

So at the point of this issue we should improve dev mode and add auto-rebuild when changes accepted.

@Dimitreee Dimitreee added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Sep 6, 2020
@Dimitreee Dimitreee changed the title dev mode enhancment Dev mode enhancment Sep 6, 2020
@yamuru
Copy link

yamuru commented Sep 7, 2020

I am not deeply into this template, but couldn't you use a nodemon?
nodemon either could be used as "nodemon ./bin/run-multiple-apps", or "nodemon --exec keystone dev" inside a particular project.

@Dimitreee
Copy link
Member Author

@yamuru yes, we do. Can you create pr with your solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Development

No branches or pull requests

2 participants