Replies: 2 comments 6 replies
-
Hi @asbjornu. Did you set the |
Beta Was this translation helpful? Give feedback.
5 replies
-
I'm also experiencing that scripts with the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following lines of code in my
Program.cs
:When starting the application, I get the following logged to the console:
From this, my understanding is that
npx vite
(or something similar) should be called somewhere, somehow, to launch the Vite development server. That, unfortunately, does not seem to happen. If I executenpx vite
manually in the terminal, everything seems to start working, but my understanding was thatVite.AspNetCore
was going to take care of that for me?If it is by design that Vite needs to be started manually, I think it needs to be documented. If it is supposed to be started automatically, I'm in need of assistance, because it isn't happening. 🙏🏼
Beta Was this translation helpful? Give feedback.
All reactions