Marcelo Kopmann
Marcelo Kopmann
Managed to make it work by adding the following in `Main.kt` ```kotlin // ... import io.javalin.http.staticfiles.Location; import io.javalin.plugin.rendering.vue.JavalinVue // ... fun main() { JavalinVue.rootDirectory("/vue", Location.CLASSPATH); // ... } ```
Nice catch!
Same here. This is the file I'm trying to import: https://github.com/codecon-dev/codecodes-api/blob/master/insomnia.json It was exported on Sep 5, 2021.
It reminded me RefactorGPT. Would be nice to see this feature in the extension. https://github.com/MarcoWorms/RefactorGPT