mirror of
https://github.com/unraid/api.git
synced 2026-05-04 14:12:08 -05:00
refactor: update console log removal configuration to exclude 'error'
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ export default defineNuxtConfig({
|
||||
plugins: [
|
||||
!process.env.VITE_ALLOW_CONSOLE_LOGS &&
|
||||
removeConsole({
|
||||
includes: ['log', 'warn', 'error', 'info', 'debug'],
|
||||
includes: ['log', 'warn', 'info', 'debug'],
|
||||
}),
|
||||
],
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user