-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Default console output initially hides the port/host information #23
Comments
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 🤔 |
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:
The text was updated successfully, but these errors were encountered: