supermemory/apps/web/app/config/util.ts
2025-01-20 17:50:45 -07:00

11 lines
374 B
TypeScript

// import {} from "@remix-run/cloudflare"
// TODO: determine current context and return the correct extension id
export const getChromeExtensionId = () => {
// const context =
// if (environment === "development") {
// return "hepmifhfbiehpdlbeigpapkmjcaphfmn";
// }
// return "hepmifhfbiehpdlbeigpapkmjcaphfmn";
return "afpgkkipfdpeaflnpoaffkcankadgjfc";
};