diff options
| author | Karan Lokchandani <[email protected]> | 2025-11-05 08:16:10 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-04 18:46:10 -0800 |
| commit | 371a848ddffe88f558b4ed565f88be7db4ad7294 (patch) | |
| tree | 7c9aafaffce46fbf9ea090d76915aa4028190372 /CONTRIBUTING.md | |
| parent | fix: disable google drive connection due to upstream provider issue (#559) (diff) | |
| download | supermemory-371a848ddffe88f558b4ed565f88be7db4ad7294.tar.xz supermemory-371a848ddffe88f558b4ed565f88be7db4ad7294.zip | |
Upgrade to nextjs16 (#557)
Signed-off-by: Karan <[email protected]>
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37b61d94..c8b86b3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,9 +36,9 @@ Before you begin, ensure you have the following installed: # You'll need to add your API keys and database URLs ``` -4. **Change middleware for local development** +4. **Change proxy for local development** - Add this in your `middleware.ts`(apps/web) before retrieving the cookie (`getSessionCookie(request)`): + Add this in your `proxy.ts`(apps/web) before retrieving the cookie (`getSessionCookie(request)`): ```ts if (url.hostname === "localhost") { |