Skip to content

Bump cacheable-request, nodemon and nodemon-webpack-plugin #11

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ JWT_SECRET=enter your JWT secret, a long random string
DEV_ORIGIN=http://localhost:8080
PROD_ORIGIN=Enter your production origin
REDIS_URL=Enter your redis url ie redis://...
REDIS_TLS_URL=Enter your redis tls url ie rediss://...
DEV_DB_HOST=localhost
DEV_DB_USER=yourname
DEV_DB_PASSWORD=yourpassword
Expand All @@ -48,9 +47,7 @@ To build the production bundle, run `npm run build`

## Preview

Deployed to Heroku, [preview](https://ts-auth-graphql-postgres.herokuapp.com/) app.

![preview](https://portfolio-img-uploads.s3.us-west-1.amazonaws.com/ts-boilerplate-graphql-pg-preview.png)
Deployed to [Railway](https://railway.app/), [preview](https://ts-boilerplate-graphql-postgres-production.up.railway.app) app.

## License

Expand Down
Loading