feat(confluence-import): hide API importer behind BETA_CONFLUENCE_IMPORTER flag

This commit is contained in:
Philipinho
2026-06-15 21:43:38 +01:00
parent 97a1248818
commit feb5167771
5 changed files with 19 additions and 1 deletions
+2
View File
@@ -16,6 +16,7 @@ export default defineConfig(({ mode }) => {
BILLING_TRIAL_DAYS,
POSTHOG_HOST,
POSTHOG_KEY,
BETA_CONFLUENCE_IMPORTER,
} = loadEnv(mode, envPath, "");
return {
@@ -31,6 +32,7 @@ export default defineConfig(({ mode }) => {
BILLING_TRIAL_DAYS,
POSTHOG_HOST,
POSTHOG_KEY,
BETA_CONFLUENCE_IMPORTER
},
APP_VERSION: JSON.stringify(process.env.npm_package_version),
},