update existing references to yarn dev to use yarn start instead
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -95,7 +95,7 @@ To setup the DevTools frontend you'll need to do the following steps:
|
||||
<SidebarItem icon={BuildIcon} to="devtools" text="DevTools" />
|
||||
```
|
||||
|
||||
8. Now run `yarn dev` from the root of your project and you should see the DevTools option show up just below Settings in your sidebar and clicking on it will get you to the [Info tab](#info)
|
||||
8. Now run `yarn start` from the root of your project and you should see the DevTools option show up just below Settings in your sidebar and clicking on it will get you to the [Info tab](#info)
|
||||
|
||||
## Customizing
|
||||
|
||||
@@ -151,7 +151,7 @@ The DevTools plugin has been designed so that you can customize the tabs to suit
|
||||
+ </Route>
|
||||
```
|
||||
|
||||
6. Now run `yarn dev` from the root of your project. When you go to the DevTools you'll now see you have a third tab for [External Dependencies](#external-dependencies)
|
||||
6. Now run `yarn start` from the root of your project. When you go to the DevTools you'll now see you have a third tab for [External Dependencies](#external-dependencies)
|
||||
|
||||
With this setup you can add or remove the tabs as you'd like or add your own simply by editing your `CustomDevToolsPage.tsx` file
|
||||
|
||||
@@ -190,7 +190,7 @@ Here's how to add the Catalog Unprocessed Entities tab:
|
||||
</DevToolsLayout>
|
||||
```
|
||||
|
||||
4. Now run `yarn dev` and navigate to the DevTools you'll see a new tab for Unprocessed Entities
|
||||
4. Now run `yarn start` and navigate to the DevTools you'll see a new tab for Unprocessed Entities
|
||||
|
||||
## Permissions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user