Skip to content
Snippets Groups Projects
startRocketChatFOSS.ts 208 B
Newer Older
// This file is used in FOSS builds of Rocket.Chat to replace the default startRocketChat.ts file, removing references to licensed code.
export const startRocketChat = async () => {
	// Nothing to do here
};