Add info about disabling background checks (#8145)

#8144
This commit is contained in:
BOHEUS
2024-10-28 14:06:47 +00:00
committed by GitHub
parent ad1e835150
commit ff388f56ea

View File

@@ -276,6 +276,10 @@ Make sure to run yarn in the root directory and then run `npx nx server:dev twen
This should work out of the box with the eslint extension installed. If this doesn't work try adding this to your vscode setting (on the dev container scope):
#### While running `npx nx start` or `npx nx start twenty-front`, Out of memory is thrown
In `packages/twenty-front/.env` uncomment `VITE_DISABLE_TYPESCRIPT_CHECKER=true` and `VITE_DISABLE_ESLINT_CHECKER=true` to disable background checks thus reducing amount of needed RAM.
```
"editor.codeActionsOnSave": {