diff options
| author | Dhravya Shah <[email protected]> | 2025-10-22 18:09:07 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-22 18:09:07 -0700 |
| commit | 155ec718e202058dffaab4f2e709e9b1c0eb74eb (patch) | |
| tree | 58a65743a280bcb343ed7c5d52de368b3fd4bd08 /package.json | |
| parent | Merge pull request #498 from max-programming/main (diff) | |
| parent | chat app withSupermemory test (diff) | |
| download | supermemory-155ec718e202058dffaab4f2e709e9b1c0eb74eb.tar.xz supermemory-155ec718e202058dffaab4f2e709e9b1c0eb74eb.zip | |
Merge pull request #509 from supermemoryai/prompt-mutation
fix: prompt mutation in withSupermemory and types for props
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 3affc9d2..791c4a2b 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "workspaces": [ "apps/*", "!apps/raycast-extension", + "!tools/test/chatapp", "packages/*" ], "dependencies": { |