fix : docker 기반 deploy.sh 및 postcss 간섭 방지

This commit is contained in:
aidev
2026-05-23 15:28:04 +09:00
parent a4ea7762b5
commit 67db5982d9
2 changed files with 139 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
/** 프로젝트 전용 — 상위(~) postcss.config.js(tailwind) 로드 방지 */
module.exports = {
plugins: {},
};