How do i turn on development mode if I don’t have `application.conf` . Can I do it inside the `embed...
a
How do i turn on development mode if I don’t have
application.conf
. Can I do it inside the
embeddedServer
call?
a
You can do it via VM options and CLI arguments https://ktor.io/docs/development-mode.html#system-property too.
🙏 1
a
Thank you @Aleksei Tirman [JB]