3// Initialize Notion client
4const notion = new Client({
5 auth: Deno.env.get("NOTION_API_KEY"),
6});
7
3// Initialize Notion client
4const notion = new Client({
5 auth: Deno.env.get("NOTION_API_KEY"),
6});
7
3// Initialize Notion client
4const notion = new Client({
5 auth: Deno.env.get("NOTION_API_KEY"),
6});
7
3// Initialize Notion client
4const notion = new Client({
5 auth: Deno.env.get("NOTION_API_KEY"),
6});
7
3// Initialize Notion client
4const notion = new Client({
5 auth: Deno.env.get("NOTION_API_KEY"),
6});
7
3// Initialize Notion client
4const notion = new Client({
5 auth: Deno.env.get("NOTION_API_KEY"),
6});
7
3// Initialize Notion client
4const notion = new Client({
5 auth: Deno.env.get("NOTION_API_KEY"),
6});
7
3// Initialize Notion client
4const notion = new Client({
5 auth: Deno.env.get("NOTION_API_KEY"),
6});
7
21import * as Main from "chrome-devtools-frontend/entrypoints/main/main.js";
22
23// Fix crash on Firefox (non standard / unsupported api used)
24ShadowRoot.prototype.getSelection = ShadowRoot.prototype.getComponentSelection;
25Element.prototype.scrollIntoViewIfNeeded = Element.prototype.scrollIntoView;
49 const teamId = "5LJ2HBVN6V";
50 const bundleId = isStaging ? "com.oneroofapp.snag.dev.voip" : "com.oneroofapp.snag.voip";
51 const endpoint = isSandbox ? "https://api.sandbox.push.apple.com/3/device" : "https://api.push.apple.com/3/device";
52
53 // 2. Create the JWT for authentication.