Files
goldenChart/app/postcss.config.cjs
T
Macbook c39a7c0b0c fix: app 빌드 시 상위 postcss.config 오염 방지
서버 홈 디렉터리 postcss가 Vite 빌드를 깨지 않도록 app 전용 설정을 추가한다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 16:42:35 +09:00

5 lines
120 B
JavaScript

/** 프로젝트 전용 — 상위(~) postcss.config.js(tailwind) 로드 방지 */
module.exports = {
plugins: {},
};