Update: pnpm serve to pnpm dev

This commit is contained in:
grittypuffy 2024-02-23 12:40:08 +05:30
parent 051b7b22de
commit 71966aaf4f

View file

@ -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!