I accidentally added "start": "yes"
to package.json, and the server seems to be running yes
command. After that change, the edit page is taking forever to load, so I can’t do anything on it (e.g. edit out the offending line, remove package.json entirely, or even change the project settings). Didn’t try the VSCode plugin, but I don’t think it’ll help either since it seems to be a server-side issue.
The project name is phaser-scratchpad, and it’s currently private. Can anyone help fixing it? (Maybe this is another reason to add “restart server manually” or “kill server” option.)