mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update: pnpm serve to pnpm dev
This commit is contained in:
parent
051b7b22de
commit
71966aaf4f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ pnpm install
|
||||||
### Compiles and hot-reloads for development
|
### Compiles and hot-reloads for development
|
||||||
|
|
||||||
```
|
```
|
||||||
pnpm serve
|
pnpm dev
|
||||||
```
|
```
|
||||||
|
|
||||||
You can now make changes and view then in realtime!
|
You can now make changes and view then in realtime!
|
||||||
|
|
Loading…
Reference in a new issue