Skip to content
Discussion options

You must be logged in to vote

@Irreplaceable11 a couple of questions...

  1. You are using Vite why are you using quarkus.quinoa.build-dir=build when Quinoa detects Vite automatically and knows its output dir is dist?

  2. when running quarkus:dev when you hit localhost:5173 that is just your NPM app, you need to make sure its working through Quinoa at locahost:8080 as well as that is where the app is served through Quinoa. When running in Native Mode it will be served at 8080 as threre is no 5173 at that point. So until it works at localhost:8080 in Dev mode do not bother proceeding to Native Mode yet

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ia3andy
Comment options

@melloware
Comment options

Answer selected by ia3andy
@Irreplaceable11
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area/devmode env/windows Impacts Windows machines
4 participants