c39a7c0b0c
서버 홈 디렉터리 postcss가 Vite 빌드를 깨지 않도록 app 전용 설정을 추가한다. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
/** 프로젝트 전용 — 상위(~) postcss.config.js(tailwind) 로드 방지 */
|
|
module.exports = {
|
|
plugins: {},
|
|
};
|