diff options
| author | MaheshtheDev <[email protected]> | 2025-10-02 16:22:56 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-10-02 16:22:56 +0000 |
| commit | 163c9daca7b849644dd5eaa6a8fa71d11183a12e (patch) | |
| tree | df00ddff56a558402fd150c4fa7c12167616920a /packages | |
| parent | fix: Migration guides (diff) | |
| download | supermemory-163c9daca7b849644dd5eaa6a8fa71d11183a12e.tar.xz supermemory-163c9daca7b849644dd5eaa6a8fa71d11183a12e.zip | |
feat(raycast-extension): initial version of supermemory extension for raycast (#440)09-24-feat_raycast-extension_initial_version_of_supermemory_extension_for_raycast
feat(raycast-extension): initial version of supermemory extension for raycast
chore: update the metadata and ui for app to get api key


Diffstat (limited to 'packages')
| -rw-r--r-- | packages/lib/constants.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/lib/constants.ts b/packages/lib/constants.ts index 967beb19..bdeb9160 100644 --- a/packages/lib/constants.ts +++ b/packages/lib/constants.ts @@ -4,10 +4,12 @@ const SEARCH_MEMORY_SHORTCUT_URL = "https://www.icloud.com/shortcuts/f2b5c544372844a38ab4c6900e2a88de" const ADD_MEMORY_SHORTCUT_URL = "https://www.icloud.com/shortcuts/0fd3e855be444845b457f94c78c2c8d9" +const RAYCAST_EXTENSION_URL = "https://www.raycast.com/supermemory/supermemory" export { BIG_DIMENSIONS_NEW, DEFAULT_PROJECT_ID, SEARCH_MEMORY_SHORTCUT_URL, ADD_MEMORY_SHORTCUT_URL, + RAYCAST_EXTENSION_URL, } |