Skip to content

Commit 589ab88

Browse files
author
Karel Parkkola
committed
Vite commands
Update app start script to use `npm run dev` for vite.
1 parent 38ca3e9 commit 589ab88

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/6/en/part6a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ The application can be started as usual, but you have to install the dependencie
12021202

12031203
```bash
12041204
npm install
1205-
npm start
1205+
npm run dev
12061206
```
12071207

12081208
After completing these exercises, your application should look like this:

src/content/6/es/part6a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ La aplicación se puede iniciar como de costumbre, pero primero debe instalar la
12221222

12231223
```bash
12241224
npm install
1225-
npm start
1225+
npm run dev
12261226
```
12271227

12281228

src/content/6/fi/osa6a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ Sovellus käynnistyy normaaliin tapaan, mutta joudut ensin asentamaan sen riippu
11881188
11891189
```bash
11901190
npm install
1191-
npm start
1191+
npm run dev
11921192
```
11931193
11941194
Kun teet seuraavat tehtävät, tulisi sovelluksen näyttää seuraavalta:

src/content/6/zh/part6a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ rm -rf .git
12611261

12621262
```bash
12631263
npm install
1264-
npm start
1264+
npm run dev
12651265
```
12661266

12671267
<!-- After completing these exercises, your application should look like this:-->

0 commit comments

Comments
 (0)