chore: use non-conflicting port to serve docs (#4230)

This commit is contained in:
Jason Rasmussen 2023-09-25 23:00:56 -04:00 committed by GitHub
parent f63d6d5b67
commit ea797c1723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"docusaurus": "docusaurus",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"start": "docusaurus start",
"start": "docusaurus start --port 3005",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",