Error during run Vue application on portal.Azure #10040
Answered
by
LinusBorg
wojciechfpga
asked this question in
Help/Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
LinusBorg
Jan 8, 2024
Replies: 1 comment 3 replies
-
A deployed application should have been built/bundled (with Vite), and thus not reference
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You seem to need to read the Vite documentation
It covers the dev server, building for production and deployment.
If you run vite as a node server on azure, you are doing the wrong thing.