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

Fix warning about build? prettier broke it?

This commit is contained in:
Madeline 2023-01-08 23:33:37 +11:00
parent 22c2e2149c
commit 611b2f7b43
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -39,5 +39,6 @@ because the gateway returns responses encoded with [erlpack](https://github.com/
Easy fix though, just edit the `DeveloperOptionsStore` localStorage key so that `logGatewayEvents` is true, and reload the client.
!!! warning
Make sure you rerun `npm run build` every time you edit source code. Additionally, make sure you run `npm run generate:schema` whenever you change a
schema. If you want to do both, there's a shortcut: `npm run setup`.
Make sure you rerun `npm run build` every time you edit source code. Additionally, make sure you run `npm run generate:schema` whenever you change a
schema. If you want to do both, there's a shortcut: `npm run setup`.