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

Added node_modules in the .gitignore file #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shiladityab24
Copy link

@shiladityab24 shiladityab24 commented Apr 9, 2024

Need to add node_modules .gitignore because at the time of deploying in the master branch, during build time, it automatically creates node_modules folder, therefore need to exclude while pushing the code in the master branch of the respected heroku dyno.

Need to added node_modules .gitignore because at the time of deploying in the master branch, during build time, it automatically creates node_modules folder, therefore need to exclude while pushing the code in the master branch of the respected heroku dyno.
Updated heroku-18 to heroku-22 stack in the app.json file
@shiladityab24
Copy link
Author

@frankcaron also modified the app.json stack from heroku-18 to heroku-22 since heroku-18's life got ended on April,2023
Here is the evidence to support the above statement

https://devcenter.heroku.com/articles/stack
https://devcenter.heroku.com/articles/upgrading-to-the-latest-stack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant