react-server675fbba4
react-servertreemainpackagescreate-react-servertemplatestailwind.config.mjs
packages/create-react-server/templates/tailwind.config.mjsmjs133 B2d66ec41
/** @type {import('tailwindcss').Config} */
export default {
  content: ["src/**/*.{js,jsx,ts,tsx}"],
  theme: {},
  plugins: [],
};