Skip to content

Commit

Permalink
chore: apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Superchupu <[email protected]>
  • Loading branch information
userquin and SuperchupuDev authored Aug 13, 2024
1 parent b06321a commit 344194f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineBuildConfig } from 'unbuild'
import { globSync } from 'tinyglobby'

export default defineBuildConfig({
entries: globSync(['src/commands/*.ts'], { onlyFiles: true, absolute: false, expandDirectories: false }).map(i => ({
entries: globSync(['src/commands/*.ts'], { expandDirectories: false }).map(i => ({
input: i.slice(0, -3),
name: basename(i).slice(0, -3),
})),
Expand Down

0 comments on commit 344194f

Please sign in to comment.