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 /package.json | |
| 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 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index bb88f692..29b8029b 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "packageManager": "[email protected]", "workspaces": [ "apps/*", + "!apps/raycast-extension", "packages/*" ], "dependencies": { |