1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-18 22:12:26 +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
```bash
pnpm start
pnpm dev
```
To build static files for the web (i.e. when hosting it yourself), run