mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
8 lines
168 B
TypeScript
8 lines
168 B
TypeScript
import handlerFeatureFlagAll from '@documenso/lib/server-only/feature-flags/all';
|
|
|
|
export const config = {
|
|
runtime: 'edge',
|
|
};
|
|
|
|
export default handlerFeatureFlagAll;
|