빌드/배포 경로 변경

This commit is contained in:
Jay Sheen
2025-09-17 10:05:25 +09:00
parent 1615fa3760
commit 7fa0ee4598
8 changed files with 16 additions and 13 deletions

View File

@@ -132,7 +132,7 @@ const config = [
},
},
{
ignores: ['dist', 'node_modules', '*.config.js', 'tailwind.config.ts'],
ignores: ['dist', 'build', 'node_modules', '*.config.js', 'tailwind.config.ts'],
},
]