We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I changed this line in package.json:
"start": "DEBUG=*game* nodemon ./server/index.js",
to:
"start": "DEBUG=* nodemon ./server/index.js", nodemon ./server/index.js",
"start": "DEBUG=* nodemon ./server/index.js",
nodemon ./server/index.js",
as per (http://socket.io/docs/logging-and-debugging/) but I still can't see the exchange of messages in the server console.
Please let me know if this is currently possible.
The text was updated successfully, but these errors were encountered:
I just tried this and I see all messages flooding by.
Sorry, something went wrong.
I see them flooding by on the client, but not on the server console 😢
No branches or pull requests
I changed this line in package.json:
to:
as per (http://socket.io/docs/logging-and-debugging/) but I still can't see the exchange of messages in the server console.
Please let me know if this is currently possible.
The text was updated successfully, but these errors were encountered: