Skip to content

Commit 3bef6da

Browse files
authored
Merge pull request #852 from nextcloud-libraries/chore/missing-comma
chore: Add missing trailing comma in vite config
2 parents 9f6e583 + c80cc54 commit 3bef6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ export default createLibConfig(
2222
reporter: ['text', 'lcov'],
2323
},
2424
},
25-
})
25+
}),
2626
},
2727
)

0 commit comments

Comments
 (0)