Wires a Ktor server to host a Nexa application: CORS for browser/wasmJs clients, route registration ordering, server-side wallet setup at startup, and the loadConfigFile/startercfg pattern. Use when setting up a Nexa Ktor server, configuring CORS for the browser client, deciding what goes in starter
Wires a Ktor server to host a Nexa application: CORS for browser/wasmJs clients, route registration ordering, server-side wallet setup at startup, and the loadConfigFile/startercfg pattern. Use when setting up a Nexa Ktor server, configuring CORS for the browser client, deciding what goes in startercfg.json, fixing CORS preflight failures, or locating where to install wallet routes. Triggers: inst