fix: adding root dirs

This commit is contained in:
mungai-njoroge
2024-03-26 14:28:12 +03:00
parent 21ba84c034
commit 7842a70057
4 changed files with 28 additions and 16 deletions
+3 -1
View File
@@ -79,7 +79,9 @@ yarn dev
You can see the client at http://localhost:5173.
> The client is hardcoded to hook into the server on port `1980` (to allow the another server instance to be running on the default port). You can follow the instructions above to set up the server in that port, or you can change the port in `swingmusic-client/config.ts`. Don't forget to change it back when in the PR.
> The client is hardcoded to hook into the server on port `1980` (to allow the another server instance to be running on the default port).
>
> You can follow the instructions above to set up the server in that port, or you can change the port in `swingmusic-client/config.ts`. Don't forget to change it back when in the PR.
## Where can I go for help?