mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
also disable console.debug
This commit is contained in:
parent
aecbc93c16
commit
4681b06206
1 changed files with 2 additions and 2 deletions
|
|
@ -41,6 +41,6 @@ export default defineConfig({
|
|||
format: 'es'
|
||||
},
|
||||
esbuild: {
|
||||
pure: ['console.log'],
|
||||
},
|
||||
pure: ['console.log', 'console.debug']
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue