Skip to content

Commit

Permalink
Move certs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrady42 committed May 8, 2020
1 parent 4b572dd commit 55fe5f6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
dist

*.pid
nohup.out
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion configs/node.pid

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.jsx",
"scripts": {
"build": "webpack --mode=production --config webpack.config.js",
"start": "webpack-dev-server --config ./webpack.config.js --mode development --open --https --cert ./configs/cert.pem --key ./configs/key.pem"
"start": "webpack-dev-server --config ./webpack.config.js --mode development --open --https --cert ./configs/certs/cert.pem --key ./configs/certs/key.pem"
},
"author": "pion",
"license": "MIT",
Expand Down

0 comments on commit 55fe5f6

Please sign in to comment.