We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19f231 commit cb27335Copy full SHA for cb27335
1 file changed
packages/doc/config/utils/contanst.ts
@@ -15,7 +15,7 @@ let CONFIG_PATH = join(CWD, './antm.config.ts')
15
16
const CONFIG_PATH_JS = join(CWD, './antm.config.js')
17
18
-if (existsSync(CONFIG_PATH_JS)) {
+if (!existsSync(CONFIG_PATH)) {
19
CONFIG_PATH = CONFIG_PATH_JS
20
}
21
0 commit comments