[docs] Update gatsby occurance to vite (#2860)

This commit is contained in:
chemicalkosek
2022-12-20 12:42:47 +00:00
committed by GitHub
parent 9ec6847941
commit ea4c6b8b18
+2 -2
View File
@@ -103,10 +103,10 @@ This will create a new user that you can use to log into your admin panel.
## Changing the Default Port ## 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 ```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. If you wish to change the port you can simply change the `7000` to your desired port.