fix(workspace): keep omo and legacy rules compatible

This commit is contained in:
YeonGyu-Kim
2026-05-16 17:41:49 +09:00
parent 36e373cdbb
commit f10f796318
5 changed files with 8 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ describe("EXCLUDED_DIRS", () => {
"dist",
"build",
".next",
".omo",
".sisyphus",
".omx",
".turbo",
+1
View File
@@ -4,6 +4,7 @@ const EXCLUDED_DIR_NAMES = [
"dist",
"build",
".next",
".omo",
".sisyphus",
".omx",
".turbo",