Not able to run the server
I run the command : NODE_OPTIONS="--max-old-space-size=4096" npx nx start twenty-server . I prefixed it with NODE_OPTIONS to accomodate it enough ram for its running, it ran but after some time this error was thrown, I checked it then I found in package.json the main command is pointing to right file path: dist/src/main.js but the error says it is finding in dist/main.js. Help me with this.
