System Overheating due to Vite CSS
Eversince I used vite to customize my the css, my system will be overheating and the fan making noise, so my afraid is i dont want the same thing to happen in diffrent environments on production
Solution:Jump to solution
You won't be running
npm run dev
on the server. That should only be used in development. And with npm run build
all the files will be built and just served as regular CSS and JS files. Also your server is going to be more powerful than your computer.
Pretty sure you'll be ok in production. π...3 Replies
.
Solution
You won't be running
npm run dev
on the server. That should only be used in development. And with npm run build
all the files will be built and just served as regular CSS and JS files. Also your server is going to be more powerful than your computer.
Pretty sure you'll be ok in production. πWow this gives me a loud peace of mind, Thankyou Very Much, this is soo helpful