Fix build

This commit is contained in:
Adria Navarro 2023-08-02 00:25:24 +02:00
parent 4281d2ca53
commit 89c89e648d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const devPaths = production
: [ : [
{ {
find: "@budibase/shared-core", find: "@budibase/shared-core",
replacement: path.resolve("../shared-core/dist/src/index"), replacement: path.resolve("../shared-core/dist/index"),
}, },
{ {
find: "@budibase/types", find: "@budibase/types",