Skip to content

Commit

Permalink
REMOVE: webpack ssl config
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Mar 11, 2024
1 parent ccba34e commit f75e2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ module.exports = (env, options) => {
server: {
type: 'https',
options: {
key: fs.readFileSync("./local/dev.local.key"),
cert: fs.readFileSync("./local/dev.local.crt")
key: fs.readFileSync("/Users/benjamin/local-ssl/dev.local.key"),
cert: fs.readFileSync("/Users/benjamin/local-ssl/dev.local.crt")
}
},
static: [
Expand Down

0 comments on commit f75e2a8

Please sign in to comment.