From ee86c18287f932576496a2ed2f5abb4926d85717 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Mon, 12 Dec 2022 12:13:02 +0000 Subject: [PATCH] Fix for budibase plugin skeleton, which utilises the old import style. --- packages/backend-core/plugins.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/backend-core/plugins.ts diff --git a/packages/backend-core/plugins.ts b/packages/backend-core/plugins.ts new file mode 100644 index 0000000000..33354eaf64 --- /dev/null +++ b/packages/backend-core/plugins.ts @@ -0,0 +1 @@ +export * from "./src/plugin"