module.exports = { content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"], theme: { extend: {}, }, plugins: [require('daisyui')], daisyui: { themes: ["dark"], // 사용할 테마 목록 지정 } }