feat(beta): public spaces

This commit is contained in:
Philipinho
2026-09-05 11:25:50 +01:00
parent 5b85464561
commit a12bf42078
117 changed files with 7593 additions and 716 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),
},