Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 21, 2024
1 parent d65a109 commit 5b18cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/canvas/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
type: "https", // or use 'https'
options: {
ca: fs.readFileSync("cert/ca.crt"),
key: fs.readFileSync("cert/key.crt"),
key: fs.readFileSync("cert/cert.key"),
cert: fs.readFileSync("cert/cert.crt"),
},
},
Expand Down

0 comments on commit 5b18cb0

Please sign in to comment.