Skip to content

Commit

Permalink
Enable https based development
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Nov 11, 2024
1 parent 47e9519 commit 7c456e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ next-env.d.ts
*storybook.log

.env.local

certificates
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "next dev",
"dev:https": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit 7c456e6

Please sign in to comment.