Skip to content

Commit

Permalink
add dev https support
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Nov 10, 2024
1 parent 3fa7e32 commit 942cf57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

certificates
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### [9.10.2](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v9.10.2) (2024-11-11)
- add `--experimental-https`

### [9.10.1](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v9.10.1) (2024-11-10)
- add transaction ids to prevent multiple API calls when using Web Wallet signing provider

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-dapp-template",
"version": "9.10.1",
"version": "9.10.2",
"author": "Julian Ćwirko <julian.io>",
"license": "MIT",
"homepage": "https://github.com/xdevguild/nextjs-dapp-template",
Expand All @@ -10,7 +10,7 @@
},
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit 942cf57

Please sign in to comment.