From 3aabc7988e53c34dc38fed635246100edb4b7acd Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Mon, 3 Mar 2025 12:48:51 +0100 Subject: [PATCH] fix error createRouter --- packages/backend/src/plugins/argocd_index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/backend/src/plugins/argocd_index.ts diff --git a/packages/backend/src/plugins/argocd_index.ts b/packages/backend/src/plugins/argocd_index.ts new file mode 100644 index 0000000..bd0bc7e --- /dev/null +++ b/packages/backend/src/plugins/argocd_index.ts @@ -0,0 +1 @@ +export { argocdPlugin as default } from './argocd'; \ No newline at end of file