Eric Huang
Eric Huang
This PR fixes the border of ChatItem still showing in other pages. https://github.com/ChatGPTNextWebTeam/ChatGPT-Next-Web/assets/53571741/4ca119d4-420b-43c8-9de1-e210efdc35e0
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior ```typescript // app.module.ts import { Module } from '@nestjs/common'; import {...
After server reboot, PM2 shows my Node.js application as "online" but with 0 CPU/memory usage and no actual process running. And I switch to nvm, it works perfectly. ## Environment:...