Skip to content

Add support for specifying a port number for the reload functionality.#3

Open
kjpou1 wants to merge 5 commits intoopen-source-labs:mainfrom
kjpou1:reload-port
Open

Add support for specifying a port number for the reload functionality.#3
kjpou1 wants to merge 5 commits intoopen-source-labs:mainfrom
kjpou1:reload-port

Conversation

@kjpou1
Copy link

@kjpou1 kjpou1 commented Dec 11, 2021

Being hardcoded at always 8080 caused port already in use exceptions.

```
error: TS2339 [ERROR]: Property 'getIterator' does not exist on type 'ReadableStream<R>'.
  return res.readable.getIterator();
```

Update the std dependencies to the latest std 0.117.0
- update other dependencies to latest as well
- update lodash to
Being hardcoded at always `8080` caused port already in use exceptions.
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