Skip to content

Commit

Permalink
chore: test tailwind dts compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed Jan 25, 2025
1 parent 95da022 commit 69e8057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ export function getFormat(configFilePath: string): Format {
? 'cjs'
: process.env.FARM_CONFIG_FORMAT === 'esm'
? 'esm'
: formatFromExt[path.extname(configFilePath).slice(1)] ?? 'esm';
: (formatFromExt[path.extname(configFilePath).slice(1)] ?? 'esm');
}

export function getFilePath(outputPath: string, fileName: string): string {
Expand Down

0 comments on commit 69e8057

Please sign in to comment.