Fix(docs): updates vite documentation

This commit is contained in:
Marcos Peña 2023-04-05 12:13:14 +02:00 committed by JuniorJPDJ
parent fabef98fac
commit ddda1676de
1 changed files with 1 additions and 7 deletions

View File

@ -33,13 +33,7 @@ If you want to make changes to the frontend, you can use Vite to run a developme
yarn install
```
4. Compile the translations:
```sh
yarn i18n-compile
```
5. Launch the development server:
4. Launch the development server:
```sh
yarn dev