Eptagone / Vite.AspNetCore

Small library to integrate Vite into ASP.NET projects
MIT License
264 stars 35 forks source link

How to use Chrome DevTools on the vite dev server? #99

Closed eikomaniac closed 8 months ago

eikomaniac commented 8 months ago

Hi there, I'm trying to use the built-in chrome debugger tools but I guess it doesn't seem to work as my .NET app is serving on a different port to the dev server? Essentially how can I debug my typescript files using a debugger?

eikomaniac commented 8 months ago

Sorry, super silly question. Somehow I ended up with my files on the browser's ignore list lol