File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
You can add webfonts, meta tags, or analytics to this file.
42
42
The build step will place the bundled scripts into the <body> tag.
43
43
44
- To begin the development, run `npm start` or `yarn start`.
45
- To create a production bundle, use `npm run build` or `yarn build`.
44
+ To begin the development, run `npm start` or `pnpm start`.
45
+ To create a production bundle, use `npm run build` or `pnpm build`.
46
46
-->
47
47
</ body >
48
48
</ html >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ First, run the development server:
27
27
``` bash
28
28
npm run dev
29
29
# or
30
- yarn dev
30
+ pnpm dev
31
31
```
32
32
33
33
Open [ http://localhost:3000 ] ( http://localhost:3000 ) with your browser to see the result.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ First, run the development server:
17
17
``` bash
18
18
npm run dev
19
19
# or
20
- yarn dev
20
+ pnpm dev
21
21
```
22
22
23
23
Open [ http://localhost:3000 ] ( http://localhost:3000 ) with your browser to see the result.
You can’t perform that action at this time.
0 commit comments