Skip to content

Commit

Permalink
Add info about disabling background checks (#8145)
Browse files Browse the repository at this point in the history
  • Loading branch information
BOHEUS authored Oct 28, 2024
1 parent ad1e835 commit ff388f5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ff388f5

Please sign in to comment.