Skip to content

Commit 555ad9b

Browse files
committedNov 28, 2024··
fix: allow default export for farm.ts
1 parent 803e868 commit 555ad9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/configs/special-cases.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const specialCases: Config[] = [
2222
files: [
2323
`**/*config*.${GLOB_SRC_EXT}`,
2424
`**/{views,pages,routes,middleware,plugins,api,modules}/${GLOB_SRC}`,
25-
`**/{index,vite,esbuild,rollup,rolldown,webpack,rspack}.${GLOB_SRC_EXT}`,
25+
`**/{index,vite,esbuild,rollup,rolldown,webpack,rspack,farm}.${GLOB_SRC_EXT}`,
2626
'**/*.d.ts',
2727
`${GLOB_MARKDOWN}/**`,
2828
'**/.prettierrc*',

0 commit comments

Comments
 (0)
Please sign in to comment.