You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2022. It is now read-only.
added import to my server entrypoint: import 'nodejs-dashboard';
added npm script like so: "start:dev": "NODE_ENV=development nodemon --watch server --exec \"npm run build:schema && nodejs-dashboard babel-node server/index.js\""
get these escape characters after running for a minute or so:
this only occurs when my terminal is in rxvt mode, not in ansi mode.