fix: app 빌드 시 상위 postcss.config 오염 방지
서버 홈 디렉터리 postcss가 Vite 빌드를 깨지 않도록 app 전용 설정을 추가한다. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
/** 프로젝트 전용 — 상위(~) postcss.config.js(tailwind) 로드 방지 */
|
||||||
|
module.exports = {
|
||||||
|
plugins: {},
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user