diff options
| author | Dhravya <[email protected]> | 2024-03-25 15:06:25 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-25 15:06:25 -0700 |
| commit | f11a9cad2ec2c5c0dd259a21cb822fa86154eaaf (patch) | |
| tree | c01ee921316b21b33bef8f8acbdcac19d30aae2c /apps/web/package.json | |
| parent | feat: added and fixed query and search interface (diff) | |
| download | supermemory-f11a9cad2ec2c5c0dd259a21cb822fa86154eaaf.tar.xz supermemory-f11a9cad2ec2c5c0dd259a21cb822fa86154eaaf.zip | |
added policy
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 eb83228c..5384efb0 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -12,6 +12,7 @@ "deploy": "pnpm pages:build && wrangler pages deploy .vercel/output/static" }, "dependencies": { + "@million/lint": "latest", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-icons": "^1.3.0", |