From 89c89e648d38738505d9a7fd5337fd99fbb07fbc Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Wed, 2 Aug 2023 00:25:24 +0200 Subject: [PATCH] Fix build --- packages/client/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/rollup.config.js b/packages/client/rollup.config.js index 35a5b7a6b9..ee839424ee 100644 --- a/packages/client/rollup.config.js +++ b/packages/client/rollup.config.js @@ -25,7 +25,7 @@ const devPaths = production : [ { find: "@budibase/shared-core", - replacement: path.resolve("../shared-core/dist/src/index"), + replacement: path.resolve("../shared-core/dist/index"), }, { find: "@budibase/types",