From bda7c81b1ccebe1025fbc8165a431c56236176a8 Mon Sep 17 00:00:00 2001 From: Julio Sgarbi Date: Wed, 10 Jan 2024 08:17:04 -0300 Subject: [PATCH 1/2] fix: LEAP-521: Update LSF and DM files on monorepo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4734721a..b63d5af0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Data exploration tool for [Label Studio][ls]. ### Quickstart ``` -npm install @heartexlabs/datamanager +npm install @heartexlabs/datamanager ``` ### Features From 7e5ccc84782ebe382e7fa98e05e414cceaa17c86 Mon Sep 17 00:00:00 2001 From: Julio Sgarbi Date: Wed, 10 Jan 2024 08:41:45 -0300 Subject: [PATCH 2/2] change src file to update src folder --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index a097249a..8daddc8e 100644 --- a/src/index.js +++ b/src/index.js @@ -4,6 +4,6 @@ if (process.env.NODE_ENV === "development" && !process.env.BUILD_NO_SERVER) { import("./dev").then(({ initDevApp }) => initDevApp(DataManager)); } -window.DataManager = DataManager; +window.DataManager = DataManager; export default DataManager;