const props = { runtime: 'nodejs' } // export const config = { ...props } export default () => <p>{JSON.stringify(props)}</p>