diff --git a/app/postcss.config.cjs b/app/postcss.config.cjs new file mode 100644 index 0000000..f3729b9 --- /dev/null +++ b/app/postcss.config.cjs @@ -0,0 +1,4 @@ +/** 프로젝트 전용 — 상위(~) postcss.config.js(tailwind) 로드 방지 */ +module.exports = { + plugins: {}, +};