export function main()

in src/index.ts [4:7]


export function main() {
	// eslint-disable-next-line @typescript-eslint/no-unsafe-call ,@typescript-eslint/no-unsafe-member-access -- TODO
	createServeCommand(plugin()).parse();
}