From 767d6492648d51f5d98cb4a7f4ccd699d081ad29 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Mon, 21 Oct 2024 23:23:24 +0900 Subject: [PATCH] Add vendor/* to the workspaces --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6034beb6b..1b1bcd451 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "streamlit/frontend", "streamlit/frontend/app", "streamlit/frontend/lib", + "vendor/*", "packages/desktop/samples/*" ], "scripts": {