Skip to content

Commit

Permalink
Node JS upgrade 18 docs (#2522)
Browse files Browse the repository at this point in the history
* chore: node js upgrd

* fix: test case failure

* chore: update node js v18 docs
  • Loading branch information
kamaksheeAtl authored Oct 30, 2023
1 parent 5f26898 commit d7f1b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please note that this project has a [Contributor Code of Conduct](CODE_OF_CONDUC

## Getting Started

This app is written in [Typescript](https://www.typescriptlang.org/) and runs on [Node.js](https://nodejs.org/) **v14.x**.
This app is written in [Typescript](https://www.typescriptlang.org/) and runs on [Node.js](https://nodejs.org/) **v18.x**.

Please install [Docker](https://www.docker.com/get-started) and [Docker Compose](https://docs.docker.com/compose/install/) to easily run the project locally.

Expand Down
2 changes: 1 addition & 1 deletion src/spa-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const SPA_PATH = "/spa";

const proxy = httpProxy.createProxyServer({
target: {
host: "localhost",
host: "127.0.0.1",
port: 3000,
path: SPA_PATH
},
Expand Down

0 comments on commit d7f1b19

Please sign in to comment.