import sharedConfig from '@enchun/shared/tailwind-config' const config = { ...sharedConfig, content: [ './src/**/*.{astro,tsx,ts,jsx,js,mdx}', ...sharedConfig.content ] }; export default config;