diff options
| author | Dhravya <[email protected]> | 2024-06-24 21:42:13 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-24 21:42:13 -0500 |
| commit | 672a0fec005ad74701c04afe511c49d01db1017d (patch) | |
| tree | ab9a1667a8a04aa13d4095a1be7ece18cf537d97 /package.json | |
| parent | aaaaaaaa (diff) | |
| download | supermemory-672a0fec005ad74701c04afe511c49d01db1017d.tar.xz supermemory-672a0fec005ad74701c04afe511c49d01db1017d.zip | |
fix: redirect if not logged in
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 074f1c06..5fd9360a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "engines": { "node": ">=18" }, - "packageManager": "[email protected]", + "packageManager": "[email protected]", "workspaces": [ "apps/*", "packages/*" |