it isn’t that different from the example: ``` embe...
# ktor
r
it isn’t that different from the example:
Copy code
embeddedServer(Netty, 8080, reloadPackages = listOf("AppMain"), module = Application::module).start()