Skip to content

Commit d165cbb

Browse files
authored
chore: change default local dev port to 3020 (#47)
Co-authored-by: dslovinsky <dslovinsky@users.noreply.github.com>
1 parent 57dfb39 commit d165cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Start the development server:
4444
pnpm dev
4545
```
4646

47-
This will start a local server with live reloading. Visit `http://localhost:3000` to view the documentation.
47+
This will start a local server with live reloading. Visit `http://localhost:3020` to view the documentation.
4848

4949
### Building API Specs
5050

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "API Specs and content files for Alchemy's documentation",
55
"license": "MIT",
66
"scripts": {
7-
"dev": "fern docs dev",
7+
"dev": "fern docs dev --port 3020",
88
"check-links": "fern docs broken-links",
99
"fern:check": "fern check",
1010
"fern:preview": "fern generate --docs --preview",

0 commit comments

Comments
 (0)