fix(build): exclude root utility scripts from tsconfig and dockerignore to fix deployment type check error

This commit is contained in:
AyrisAI
2026-08-23 02:10:18 +03:00
parent 6e85e09c49
commit 390bd699a6
3 changed files with 40 additions and 49 deletions
+1 -1
View File
@@ -30,5 +30,5 @@
".next/dev/types/**/*.ts",
"**/*.mts"
],
"exclude": ["node_modules"]
"exclude": ["node_modules", "fix-openinary-v2.ts", "scripts"]
}