export default { content: [ './app/**/{**,.client,.server}/**/*.{js,jsx}', ], theme: { extend: {}, }, plugins: [], };