From e204aa5dc65cb34b4baabbacf6313a3fe4d86c08 Mon Sep 17 00:00:00 2001 From: aidev Date: Sun, 14 Jun 2026 11:12:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20desktop=20postcss=20config=20=E2=80=94?= =?UTF-8?q?=20block=20home=20tailwind=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- desktop/postcss.config.cjs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 desktop/postcss.config.cjs 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: {}, +};