mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
build: Update vite and other related dependencies (#9772)
* build: update vite and other related dependencies * chore: use `"errors-only"`
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
enabled: true,
|
||||
all: true,
|
||||
reporter: ['text', 'lcov', 'cobertura'],
|
||||
provider: 'c8',
|
||||
provider: 'v8',
|
||||
include: ['src'],
|
||||
exclude: [
|
||||
// All ts files that only contain types, due to ALL
|
||||
|
||||
Reference in New Issue
Block a user