diff options
| author | Mohamed Bassem <me@mbassem.com> | 2026-02-01 19:15:13 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2026-02-01 19:15:13 +0000 |
| commit | 45db6147032071d270fbf2b577a234393247d921 (patch) | |
| tree | a739af8254efc2f417f27d702472c14782154e4d /apps/web/package.json | |
| parent | bf5c99cb10a0b35b0101bf8f9858c176889a0284 (diff) | |
| download | karakeep-45db6147032071d270fbf2b577a234393247d921.tar.zst | |
fix(web): don't bundle tiktoken in client bundles
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 91c257e1..affbb48f 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -108,6 +108,7 @@ "@karakeep/prettier-config": "workspace:^0.1.0", "@karakeep/tailwind-config": "workspace:^0.1.0", "@karakeep/tsconfig": "workspace:^0.1.0", + "@next/bundle-analyzer": "15.3.8", "@types/csv-parse": "^1.2.5", "@types/emoji-mart": "^3.0.14", "@types/react": "^19.1.6", |
