## Expected Behavior Running `pm2 start pm2.production.json` starts `excalidraw-room`. ## Observed Behavior `excalidraw-room` fails to start. ``` [PM2][WARN] Applications excalidraw-collab not running, starting... [PM2][ERROR] Error: Script not found: /home/user/Desktop/excalidraw-room/dist/index.js ``` ## Steps to reproduce 1. Download and build excalidraw-room per README.md ``` > git clone https://github.com/excalidraw/excalidraw-room.git > cd excalidraw-room > yarn ``` 2. Run `pm2 start pm2.production.json` ## System Information **OS:** Linux Mint 21.1 x86_64 **Typescript version:** 4.2.3 **Yarn version:** 3.6.1 **NPM version:** 10.1.0