1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 23:21:40 +02:00

fix wrong dev command in react client

This commit is contained in:
Puyodead1 2024-02-03 16:01:37 -05:00 committed by GitHub
parent 1026b453a9
commit 78232cfc0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ pnpm install
To start the client for development, run To start the client for development, run
```bash ```bash
pnpm start pnpm dev
``` ```
To build static files for the web (i.e. when hosting it yourself), run To build static files for the web (i.e. when hosting it yourself), run