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