# launcher
# launch M
# launch(configuration: IConfiguration): Promise<IConfiguration>
Launch the given configuration
.
import { launcher } from "@reactivemarkets/desktop-sdk";
const configuration = await launcher.launch({
kind: "application",
metadata: {
name: "Developer Docs",
namespace: "Examples",
},
spec: {
url: "https://developer.reactivemarkets.com",
},
});
← globalShortcut logger →