From 0c226059b09ccc47148a0e4efacaf726fc02eb1f Mon Sep 17 00:00:00 2001 From: Alexander Petric Date: Tue, 21 Jan 2025 19:26:23 -0500 Subject: [PATCH] ee --- backend/windmill-common/src/lib.rs | 3 +-- backend/windmill-common/src/teams_ee.rs | 0 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 backend/windmill-common/src/teams_ee.rs diff --git a/backend/windmill-common/src/lib.rs b/backend/windmill-common/src/lib.rs index b342890faa..158a94ddbe 100644 --- a/backend/windmill-common/src/lib.rs +++ b/backend/windmill-common/src/lib.rs @@ -36,8 +36,7 @@ pub mod job_s3_helpers_ee; pub mod jobs; pub mod more_serde; pub mod oauth2; -// #[cfg(feature = "enterprise")] -// pub mod teams_ee; +pub mod teams_ee; pub mod otel_ee; pub mod queue; pub mod s3_helpers; diff --git a/backend/windmill-common/src/teams_ee.rs b/backend/windmill-common/src/teams_ee.rs new file mode 100644 index 0000000000..e69de29bb2