Make this folder structure, using the default Quarkus and Svelte example respectively:
v quarkus-project
| v src
| | v main
| | | v frontend
| | | | package.json
| | | | > node_modules
| | | | > src
| | | | ...
| | | > java
| | | ...
| pom.xml
| ...
If you try to debug the Quarkus project, it appears to do nothing.
Make this folder structure, using the default Quarkus and Svelte example respectively:
If you try to debug the Quarkus project, it appears to do nothing.