Skip to content

Commit 66268c5

Browse files
committed
Corrected numbers in the list
1 parent cc10ac3 commit 66268c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

15/umbraco-cms/customizing/development-flow/vite-package-setup.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ npm install
5757
Before proceeding, ensure that you install the version of the Backoffice package compatible with your Umbraco installation. You can find the appropriate version on the [@umbraco-cms/backoffice npm page](https://www.npmjs.com/package/@umbraco-cms/backoffice).
5858
{% endhint %}
5959

60-
6. Install the Umbraco Backoffice package:
60+
5. Install the Umbraco Backoffice package:
6161

6262
```bash
6363
npm install -D @umbraco-cms/backoffice
@@ -73,8 +73,8 @@ npm install --legacy-peer-deps -D @umbraco-cms/backoffice
7373

7474
This disables IntelliSense for external references but keeps the install lean.
7575

76-
7. Open the `tsconfig.json` file.
77-
8. Add the array `types` inside `compilerOptions`, with the entry of `@umbraco-cms/backoffice/extension-types`:
76+
6. Open the `tsconfig.json` file.
77+
7. Add the array `types` inside `compilerOptions`, with the entry of `@umbraco-cms/backoffice/extension-types`:
7878

7979
```json
8080
{
@@ -87,7 +87,7 @@ This disables IntelliSense for external references but keeps the install lean.
8787
}
8888
```
8989

90-
9. Create a new `vite.config.ts` file in the **client** folder:
90+
8. Create a new `vite.config.ts` file in the **client** folder:
9191

9292
{% code title="vite.config.ts" lineNumbers="true" %}
9393
```ts

0 commit comments

Comments
 (0)