Skip to content

Commit c38c398

Browse files
authored
fix: add missing nanoid dependency (#193)
Added missing `nanoid` dependency - without it, the app crashes
1 parent ad0f049 commit c38c398

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"dotenv": "^17.2.0",
4141
"e2b": "^2.3.0",
4242
"lucide-react": "^0.396.0",
43+
"nanoid": "^5.1.6",
4344
"next": "^14.2.32",
4445
"next-themes": "^0.3.0",
4546
"ollama-ai-provider": "^1.2.0",

0 commit comments

Comments
 (0)