Skip to content

Commit e77e313

Browse files
wbinnssmithsamcx
authored andcommitted
Base JS runtime for builds (#70169)
1 parent 82682dd commit e77e313

File tree

1 file changed

+2
-0
lines changed
  • docs/02-app/02-api-reference/06-cli

1 file changed

+2
-0
lines changed

docs/02-app/02-api-reference/06-cli/next.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ For certain use cases like webhooks or authentication, you can use [HTTPS](https
207207
next dev --experimental-https
208208
```
209209

210+
With the generated certificate, the Next.js development server will exist at `https://localhost:3000`. A default port of `3000` is used unless a port option is additionally specified with `-p`, `--port`, or `PORT`.
211+
210212
You can also provide a custom certificate and key with `--experimental-https-key` and `--experimental-https-cert`. Optionally, you can provide a custom CA certificate with `--experimental-https-ca` as well.
211213

212214
```bash filename="Terminal"

0 commit comments

Comments
 (0)