Skip to content

Commit b505cdc

Browse files
committed
chore: update dependencies
1 parent 364d2e3 commit b505cdc

File tree

5 files changed

+542
-1141
lines changed

5 files changed

+542
-1141
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ testem.log
4545
# System Files
4646
.DS_Store
4747
Thumbs.db
48+
49+
# keys & certificats
50+
*.pem

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ Then run the following commands :
6363

6464
```cmd
6565
mkcert -install
66-
cd dist\fr
6766
mkcert localhost
68-
angular-http-server --https --cert localhost.pem --key localhost-key.pem -p 4200
67+
angular-http-server --path dist\fr --https --cert localhost.pem --key localhost-key.pem -p 4200
6968
```
7069

7170
### Run with Docker

0 commit comments

Comments
 (0)