feat(beta): public spaces (#2473)

This commit is contained in:
Philip Okugbe
2026-09-05 11:52:10 +01:00
committed by GitHub
parent f4796c982e
commit 876f3da1b2
117 changed files with 7592 additions and 715 deletions
+2
View File
@@ -17,6 +17,7 @@ export default defineConfig(({ mode }) => {
POSTHOG_HOST,
POSTHOG_KEY,
AI_VECTOR_DRIVER,
BETA_PUBLIC_SPACES,
} = loadEnv(mode, envPath, "");
return {
@@ -33,6 +34,7 @@ export default defineConfig(({ mode }) => {
POSTHOG_HOST,
POSTHOG_KEY,
AI_VECTOR_DRIVER,
BETA_PUBLIC_SPACES,
},
APP_VERSION: JSON.stringify(process.env.npm_package_version),
},