Open NullVoxPopuli opened 5 months ago
I mean... isn't this a vite bug? This really has very little to do with us 🤔
Something is scrolling the terminal tho.
In a normal vite project this behavior isn't seen (unless its super recent, i suppose)
Update: not seen in regular vite
The scrolling is likely just because of the refresh, if you make sure you have nothing pointing at localhost:4200 waiting for a refresh and run it again I'm pretty sure it doesn't scroll 🤔
Here is what a normal vite app is supposed to look like on boot (this is the qunit-dom repo):
And here is what an ember app looks like on boot
I would guess that ember-cli is messing things up.
if you make sure you have nothing pointing at localhost:4200
confirm (tho, 4202 in my case, because 4200 and 4201 are busy).
This behavior even happens with completely rando port -- so it's not related to a browser or anything.
so on a slower computer, (Mac: M2 Max), I did see the expected Vite output and then it gets scrolled.
So we discovered what was causing this issue today when pairing, it's because we get an instant notification of a changed file (index.html) because of the rewritten-app 😫
Once we remove the rewritten-app this should go away 👍
have to scroll up to see: