Skip to content

Commit 5be3da3

Browse files
committed
Merge remote-tracking branch 'node-ts-webpack-sapling/main'
2 parents 4043a83 + 7b8e860 commit 5be3da3

File tree

7 files changed

+13209
-8735
lines changed

7 files changed

+13209
-8735
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
container:
1212
image: node:16.13.1-alpine
13+
# this is the user that CI uses, which is needed to generate files within the repo directory
14+
options: --user 1001
1315

1416
steps:
1517
- name: Check out code

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Node
66

7-
1. Install `nvm` ([Node Version Manager](https://github.com/creationix/nvm))
7+
1. Install `nvm` ([Node Version Manager](https://github.com/nvm-sh/nvm))
88
2. `cd` to the project directory and execute the following:
99
```
1010
nvm install
@@ -49,7 +49,7 @@ Change the bucket to be used for logs in the `custom.logs.bucket` property in `s
4949
npm run server:development
5050
```
5151
52-
The server runs at [http://localhost:5000/](http://localhost:5000/).
52+
The server runs at [http://localhost:5001/](http://localhost:5001/).
5353
5454
The port can be changed by setting the environment variable `WEBPACK_SERVER_PORT` to an open port.
5555

0 commit comments

Comments
 (0)