Hey I am trying to run the template generate but this wizard. I was using fleet's play button to launch the ktor based server application, however fleet is now just not launching so I was thinking to run it from the CLI using gradlew. There doesn't seem to be any task to "run server". Is there some way I can run it using gradlew or maybe through android studio?
a
Angelos
07/27/2024, 3:15 PM
try
./gradlew :server:run
m
Manas Chaudhary
07/27/2024, 5:49 PM
thanks that works, can you also tell me how to run desktop app, wasm build and android builds? The IDEs are failing a lot for me so I'm thinking to do everything from the CLI
thanks a lot, somehow i keep getting lost in the heaps of documentation 😅 . I also have another question to ask, can I somehow serve the wasm frontend via my "server" implementation?
google 1
c
Chrimaeon
07/28/2024, 12:08 AM
I‘m by no means your search engine. The first link link should give you the answer. 🙃
m
Manas Chaudhary
07/28/2024, 12:11 AM
wow i'm having a really bad day with google today 🫠