fix: app 빌드 시 상위 postcss.config 오염 방지

서버 홈 디렉터리 postcss가 Vite 빌드를 깨지 않도록 app 전용 설정을 추가한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-14 16:42:35 +09:00
parent 7c4fc00b37
commit c39a7c0b0c
+4
View File
@@ -0,0 +1,4 @@
/** 프로젝트 전용 — 상위(~) postcss.config.js(tailwind) 로드 방지 */
module.exports = {
plugins: {},
};