Skip to content

Commit 1345f04

Browse files
committed
chore: enable https
1 parent 602b251 commit 1345f04

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NEXT_PUBLIC_SITE_URL=http://localhost:3000
1+
NEXT_PUBLIC_SITE_URL=https://localhost:3000
22
NEXT_PUBLIC_EXTERNAL_URL=
33
NEXT_PUBLIC_SERVER_ONLY_DEMO=😇
44
SERVER_ONLY_DEMO=🤓

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ yarn-error.log*
3434
# typescript
3535
*.tsbuildinfo
3636
next-env.d.ts
37+
38+
certificates

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packageManager": "pnpm@9.12.3",
66
"scripts": {
77
"setup": "corepack enable pnpm",
8-
"dev": "next dev",
8+
"dev": "next dev --experimental-https",
99
"build": "next build",
1010
"start": "next start",
1111
"generate": "node -r ts-node/register ./scripts/generateCodeMap.ts",

0 commit comments

Comments
 (0)