We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602b251 commit 1345f04Copy full SHA for 1345f04
.env.sample
@@ -1,4 +1,4 @@
1
-NEXT_PUBLIC_SITE_URL=http://localhost:3000
+NEXT_PUBLIC_SITE_URL=https://localhost:3000
2
NEXT_PUBLIC_EXTERNAL_URL=
3
NEXT_PUBLIC_SERVER_ONLY_DEMO=😇
4
SERVER_ONLY_DEMO=🤓
.gitignore
@@ -34,3 +34,5 @@ yarn-error.log*
34
# typescript
35
*.tsbuildinfo
36
next-env.d.ts
37
+
38
+certificates
package.json
@@ -5,7 +5,7 @@
5
"packageManager": "pnpm@9.12.3",
6
"scripts": {
7
"setup": "corepack enable pnpm",
8
- "dev": "next dev",
+ "dev": "next dev --experimental-https",
9
"build": "next build",
10
"start": "next start",
11
"generate": "node -r ts-node/register ./scripts/generateCodeMap.ts",
0 commit comments