supermemory/apps/web/app/config/util.ts
2025-02-14 14:02:47 -08: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 "lcmcmhklcjciegoakjejefbacbgikncb";
return "afpgkkipfdpeaflnpoaffkcankadgjfc";
};