Skip to content

Instantly share code, notes, and snippets.

@mihneawalker
Last active January 16, 2024 00:21
Show Gist options
  • Save mihneawalker/d4be3ba04a7b06f36de93ec3ab1c00e9 to your computer and use it in GitHub Desktop.
Save mihneawalker/d4be3ba04a7b06f36de93ec3ab1c00e9 to your computer and use it in GitHub Desktop.
const mainFn = () => {
Safari.open('msteams://');
};
module.exports = {
main: mainFn,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment