diff --git a/aleksis/core/vite.config.js b/aleksis/core/vite.config.js index c79f00f8dc9ceda8978ffb319cd6dcc47ed2a014..3164cfa8797d166ae7253d0da05eeedb83e06204 100644 --- a/aleksis/core/vite.config.js +++ b/aleksis/core/vite.config.js @@ -80,7 +80,7 @@ export default defineConfig({ }, thirdParty: { allow: { - test: 'MIT OR Apache-2.0 OR 0BSD', + test: 'MIT OR Apache-2.0 OR 0BSD OR BSD-3-Clause', failOnUnlicensed: true, failOnViolation: true, },