Skip to content

Commit

Permalink
adds --experimental-https flag
Browse files Browse the repository at this point in the history
  • Loading branch information
benJames9 committed Feb 3, 2024
1 parent 16e7ed5 commit 5d68b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/handemonium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --experimental-https",
"build": "next build",
"start": "HTTPS=true SSL_CRT_FILE=./146.169.40.85.pem SSL_KEY_FILE=146.169.40.85-key.pem next start",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit 5d68b1a

Please sign in to comment.