From 80b0492c29ad5427453e2e58e43a4784783253a3 Mon Sep 17 00:00:00 2001 From: Brian Joseph Petro Date: Mon, 17 Jun 2024 13:28:49 -0400 Subject: [PATCH] chore: add workspaces to package.json --- package.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index be9faa7a..8ccc79a1 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,15 @@ "homepage": "https://jsbrains.org", "devDependencies": { "jsdoc": "^4.0.2" - } -} + }, + "workspaces": [ + "smart-chat-model", + "smart-chats", + "smart-chunks", + "smart-collections", + "smart-embed-model", + "smart-entities", + "smart-instruct-model", + "smart-ranker-model" + ] +} \ No newline at end of file