We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9deb98 commit 39a5d06Copy full SHA for 39a5d06
frontend/src/core/config/feature-flag.tsx
@@ -25,7 +25,7 @@ const defaultValues: ExperimentalFeatures = {
25
chat_modes: false,
26
cache_panel: false,
27
external_agents: import.meta.env.DEV,
28
- server_side_pdf_export: false,
+ server_side_pdf_export: true,
29
};
30
31
export function getFeatureFlag<T extends keyof ExperimentalFeatures>(
0 commit comments