diff options
| author | Dhravya Shah <[email protected]> | 2024-07-22 22:44:18 -0500 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-07-22 22:44:18 -0500 |
| commit | cf1eeb86c34c92afd973defcada9841f87eeffa0 (patch) | |
| tree | bc2ce3f6516ef76c117f9ed6b6b0f258acb79047 /apps/web/lib | |
| parent | Merge pull request #133 from aryasaatvik/lockfile (diff) | |
| download | supermemory-cf1eeb86c34c92afd973defcada9841f87eeffa0.tar.xz supermemory-cf1eeb86c34c92afd973defcada9841f87eeffa0.zip | |
added ability to use pro mode, to do complex timeseries/location searches
Diffstat (limited to 'apps/web/lib')
| -rw-r--r-- | apps/web/lib/searchParams.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/lib/searchParams.ts b/apps/web/lib/searchParams.ts index 2e8b1633..b90b560c 100644 --- a/apps/web/lib/searchParams.ts +++ b/apps/web/lib/searchParams.ts @@ -32,4 +32,5 @@ export const chatSearchParamsCache = createSearchParamsCache({ return valid.data; }), + proMode: parseAsBoolean.withDefault(false), }); |