Update: pnpm serve to pnpm dev

This commit is contained in:
grittypuffy 2024-02-23 12:40:08 +05:30
parent 051b7b22de
commit 71966aaf4f
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ pnpm install
### Compiles and hot-reloads for development
```
pnpm serve
pnpm dev
```
You can now make changes and view then in realtime!