From ea4c6b8b18e8af4eed7c2521c429b1dee8a9b478 Mon Sep 17 00:00:00 2001 From: chemicalkosek Date: Tue, 20 Dec 2022 13:42:47 +0100 Subject: [PATCH] [docs] Update gatsby occurance to vite (#2860) --- docs/content/admin/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/admin/quickstart.md b/docs/content/admin/quickstart.md index 608e7f395c..a116680f61 100644 --- a/docs/content/admin/quickstart.md +++ b/docs/content/admin/quickstart.md @@ -103,10 +103,10 @@ This will create a new user that you can use to log into your admin panel. ## Changing the Default Port -The default port is set in `package.json` in the `develop` script: +The default port is set in `package.json` in the `dev` script: ```json -"develop": "gatsby develop -p 7000", +"dev": "vite --port 7000", ``` If you wish to change the port you can simply change the `7000` to your desired port.